FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
177 stars 57 forks source link

Mark polyfills as virtual modules #3

Closed danimoh closed 3 years ago

danimoh commented 3 years ago

Prepend polyfill module ids by \0 to mark them as virtual modules for pluginutils and other plugins, see: https://rollupjs.org/guide/en/#conventions

FredKSchott commented 3 years ago

Good catch, thanks!