JavaScript files aren't the only type of asset that webpack
can bundle. In this lesson, we'll add a CSS file to our boilerplate and then install and configure the appropriate loaders in webpack
to handle the CSS that's imported into our project.
could be pretty helpful the implementation of CSS modules in this section.
could be pretty helpful the implementation of CSS modules in this section. On point.
the latest css and style loaders won't work with webpack 4, so I used the following versions which do work with webpack v4.25.1 "css-loader": "^3.6.0", "style-loader": "^1.3.0",