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

add support for use as an ESM module #13

Open
davidbwaters opened this issue Jun 29, 2021 · 1 comment
Open

add support for use as an ESM module #13

davidbwaters opened this issue Jun 29, 2021 · 1 comment

Comments

@davidbwaters
Copy link

All you would have to do is prepend export default to the main file and it would me much easier to use with npm managed projects. you could name it 'q5.esm.js' or something, but I would recommend pointing the package.json main filed to this version and it would work out of the box with node.

@s-rd
Copy link

s-rd commented Oct 4, 2021

I'm doing this currently (adding export default) with the min.js, but would be great to have this out of the box. +1

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

No branches or pull requests

2 participants