@start-dev/rollup-plugin-wrap-commonjs-entrypoints
v1.0.0
Published
Replace imports of node-fetch and whatwg-fetch with the native browser version
Downloads
3
Readme
@start-dev/rollup-plugin-wrap-commonjs-entrypoints
A rollup plugin that takes any CommonJS entrypoints and creates a wrapper module the exposes all properties as named ES Modules exports. This is only useful when you are building your output as an ES Module to be consumed by other ES Modules.