April 2018
Beginner
536 pages
13h 21m
English
As we already learned in Chapter 9, Automating Your Development Workflow, we can use nyc to generate test coverage reports for our applications. We can install Webpack and some additional plugins using the following command:
npm install --save-dev webpack css-loader extract-text-webpack-plugin node-sass sass-loader style-loader