rollup / rollup-plugin-node-resolve

This module has moved and is now available at @rollup/plugin-node-resolve / https://github.com/rollup/plugins/blob/master/packages/node-resolve
MIT License
468 stars 96 forks source link

Treat sideEffects array as inclusion list #227

Closed mikeharder closed 5 years ago

mikeharder commented 5 years ago
mikeharder commented 5 years ago

@lukastaegert: I believe I have made all the requested changes, with the exception of removing ./index.js from the sideEffects array, since I'm not sure if the resulting behavior is a bug or by design.