Feature Request: Add esm support
See original GitHub issueAdd esm output and module mainField.
I’m using Angular 10 and see warning:
WARNING in my-lib depends on 'rxjs-spy/operators'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[Feature Request] ESM Support #1180 - danger/danger-js
I got tripped up by a dependency that went "esm-only" today in their 7.x/latest version strip-ansi extra info from the maintainer. Do we...
Read more >What does it take to support Node.js ESM? – The Guild
To add support ESM for Node.js, you have two alternatives: build your library into ESM Compatible modules with the extension .mjs , and...
Read more >Feature request: Import support, through file names and esm or
Your code goes in the code variable, this enables basically all features of ESM on RunKit. Every single package you need, just put...
Read more >ServiceDesk Plus | Feature Request Community
Full-stack ITSM suite with enterprise service management | Feature Request Community.
Read more >Live preview do not support ESM modules - zeroheight forum
Is there any chance to allow ESM modules in the live preview? The examples crashes if they ... VinhLa added the Feature request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
7.5.3 should include Rollup-generated, flattened ESM bundles.
Actually, I can probably fix this using Rollup. I might look at it on the weekend.