liady / webpack-node-externals

Easily exclude node modules in Webpack
MIT License
1.3k stars 62 forks source link

Update README allowlist -> whitelist #85

Closed Edweis closed 3 years ago

Edweis commented 3 years ago

I stumble upon dependencies I wanted to include in the bundle. Actually the doc is not up-to-date and allowlist is actually named whitelist

liady commented 3 years ago

@Edweis thank you for your feedback, can you please check which version do you have? Starting version 2.0 it should only be allowlist.

liady commented 3 years ago

Closing this as it should always be 'allowlist'. Let me know if it works.