UNPKG

390 BMarkdownView Raw
1Add notes on
2
31) Assets
42) Babel (and the inability to add a babelrc)
53) CSS modules (.module.css)
6
7## Upgrading to @quintype/build 2
8
9In order to upgrade to build 2 (which comes with Webpack 4), run the following command:
10
11```sh
12npm install -D @quintype/build@2 webpack@4 webpack-cli webpack-dev-server@3 babel-plugin-dynamic-import-node babel-loader css-loader file-loader sass-loader
13```
\No newline at end of file