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
!
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
!
Delete lines 44 and 45 in app.js
and remove it
from the dependencies
in package.json
!