you still use the css-loader and the style-loader.No extra dependencies are needed. But the difference to configuring CSS is that you add two options to css-loader.. It’s the modules: true that tells css-loader to enable CSS modules.. importLoaders: 1 means that it also applies CSS modules on @imported resources.. Using both CSS Modules and global CSS at the same time

557

CSS & META include -->