webpack / docs

[OLD] documentation for webpack
http://webpack.github.io/docs/
1.46k stars 127 forks source link

externals value as array fails #110

Open rommguy opened 6 years ago

rommguy commented 6 years ago

Hi, Thanks for the wonderful work you guys are doing. I've encountered a problem with externals configuration The documentation here says the value of a property under the externals object can be an array - the path to the resource. However, webpack fails if an array is used.