liady / webpack-node-externals

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

Option 'allowlist' is not supported. Did you mean 'allowlist'? #80

Closed Darmody closed 4 years ago

Darmody commented 4 years ago

Hi there! Did I miss anything?

Screen Shot 2020-08-07 at 4 07 53 PM

liady commented 4 years ago

Seems weird. Could it be that options.externalsIgnore is undefined? I'll fix the code to ignore that, in the meantime you can set it to options.externalsIgnore || null as a temp fix

liady commented 4 years ago

@Darmody please update to v2.5.1, where this issue was fixed. Thank you so much.

Darmody commented 4 years ago

@liady Thanks! Have a good day!