Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 979 Bytes

remove.md

File metadata and controls

23 lines (16 loc) · 979 Bytes

Removing CSS modules

To remove this feature from your setup, stop importing .css files in your components and delete the modules option from the css-loader declaration in webpack.prod.babel.js and webpack.base.babel.js!

Removing PostCSS

To remove PostCSS, delete the postcssPlugins option and remove all occurences of the postcss-loader from

When that is done - and you've verified that everything is still working - remove all related dependencies from package.json!

Removing sanitize.css

Delete lines 44 and 45 in app.js and remove it from the dependencies in package.json!