Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@start-dev/rollup-plugin-wrap-commonjs-entrypoints

start-dev-bot4MIT1.0.0TypeScript support: included

Replace imports of node-fetch and whatwg-fetch with the native browser version

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.