awesome-webextension / webpack-target-webextension

WebExtension Target for Webpack 5. Supports code-splitting and HMR.
MIT License
44 stars 5 forks source link

Node config no longer used in Webpack 5? #21

Closed fregante closed 3 years ago

fregante commented 3 years ago

It appears that the plugin for Webpack 5 no longer accessed the nodeConfig. Should it be dropped from this file?

https://github.com/awesome-webextension/webpack-target-webextension/blob/master/lib/webpack5/index.js

Jack-Works commented 3 years ago

You're right