lxieyang / chrome-extension-boilerplate-react

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

Extract css to separate file for production. use sass instead of node-sass. #109

Open kokill opened 2 years ago

kokill commented 2 years ago
  1. Added MiniCssExtractPlugin for production build.
  2. Added sass and removed node-sass(deprecated).
  3. npm audit