DEV Community

Discussion on: Setting up a minimal Node environment with Webpack and Babel

Collapse
 
lyrod profile image
Lyrod

You'll need extract-text-webpack-plugin (Webpack 3) or mini-css-extract-plugin (Webpack 4) so the scss files are bundled into a css file.

html-webpack-plugin should add it to the head of the index.html and browsers will load it before rendering the application.