We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to have an ES6 module export version of this?
The text was updated successfully, but these errors were encountered:
We're open to a PR for this if you set one up :)
Sorry, something went wrong.
I found that manually adding "es2020": "./dist/purify.es.mjs", gets rid of the warning.
"es2020": "./dist/purify.es.mjs",
But I'm not sure if this is the correct method, I'm not very familiar with creating js libraries.
I also found what I believe is the order that the Angular compiler uses to find the entry point for future reference
https://github.com/angular/angular-cli/blob/d6a34034d7489c09753090642ade4c606cd98ece/packages/angular/build/src/tools/esbuild/application-code-bundle.ts#L50
Oha, would that be worth a PR? 😄
I'll make one.
PR has been created #990
Successfully merging a pull request may close this issue.
Is it possible to have an ES6 module export version of this?
The text was updated successfully, but these errors were encountered: