Union collections of es modules mappings for pkgs without or with incorrect `module` field
npm install es-modules
!npm bundle size
!npm bundle size



> Union collections of es modules mappings for pkgs without or with incorrect module field.
- Install
- Usage
- Changelog
- License
``shyarn
yarn add -D es-modules
Usage
`js
// rollup
import { entries } from 'es-modules'
import alias from 'rollup-plugin-alias'export default {
plugins: [
alias({
entries,
}),
],
}
``js
// webpack
import { alias } from 'es-modules'export default {
resolve: {
alias,
},
}
``Detailed changes for each release are documented in CHANGELOG.md.
[MIT][] © [JounQin][]@[1stG.me][]
[1stg.me]: https://www.1stg.me
[jounqin]: https://GitHub.com/JounQin
[mit]: http://opensource.org/licenses/MIT