Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use microbundle instead of TSC #105

Closed
dawsbot opened this issue Apr 27, 2022 · 1 comment
Closed

Use microbundle instead of TSC #105

dawsbot opened this issue Apr 27, 2022 · 1 comment
Assignees

Comments

@dawsbot
Copy link
Owner

dawsbot commented Apr 27, 2022

https://github.com/developit/microbundle

Seems to be a great tech option which allows for easier use of multiple export types

  • amd – Asynchronous Module Definition, used with module loaders like RequireJS
  • cjs – CommonJS, suitable for Node and other bundlers (alias: commonjs)
  • es – Keep the bundle as an ES module file, suitable for other bundlers and inclusion as a <script type=module> tag in modern browsers (alias: esm, module)
  • iife – A self-executing function, suitable for inclusion as a <script> tag. (If you want to create a bundle for your application, you probably want to use this.). "iife" stands for "immediately-invoked Function Expression"
  • umd – Universal Module Definition, works as amd, cjs and iife all in one
  • system – Native format of the SystemJS loader (alias: systemjs)
@dawsbot dawsbot self-assigned this Apr 27, 2022
@dawsbot dawsbot changed the title Test rollup instead of tsc Use microbundle instead of TSC Aug 4, 2022
@dawsbot
Copy link
Owner Author

dawsbot commented Aug 10, 2022

Closed via #159

@dawsbot dawsbot closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant