lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.58k stars 1.1k forks source link

Remove CleanWebpackPlugin; Webpack 5 supports clearing the build folder #60

Closed Goku-kun closed 3 years ago

Goku-kun commented 3 years ago

Since webpack 5, cleaning the build folder is part of the native functionality of webpack. I suggest using the webpack 5 functionality instead of using a plugin to clean the build folder.

Goku-kun commented 3 years ago

Could you assign this issue to me? I can get update the config to include the new feature.

lxieyang commented 3 years ago

done!