This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CSS Loader will process the css files and move to the build destination | |
npm install --save-dev css-loader | |
# This module will add the styles to the html | |
npm install --save-dev style-loader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment