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
-r
esm
Adding a -r parameter to support esm for loading es6 module files
such as:
gulp -r esm
Reference: https://www.npmjs.com/package/esm#loading
The text was updated successfully, but these errors were encountered:
#2278
Sorry, something went wrong.
Make sure your file is named with .esm.js and that you are completely updated on your deps (remove any lock file and reinstall).
.esm.js
No branches or pull requests
Feature request
Adding a
-r
parameter to supportesm
for loading es6 module filessuch as:
Reference: https://www.npmjs.com/package/esm#loading
The text was updated successfully, but these errors were encountered: