Skip to content

Instantly share code, notes, and snippets.

@adamklingbaum
Last active November 14, 2021 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamklingbaum/d687bfe3fb33cc363751b5fc9bcd88b2 to your computer and use it in GitHub Desktop.
Save adamklingbaum/d687bfe3fb33cc363751b5fc9bcd88b2 to your computer and use it in GitHub Desktop.
module: {
rules: [
...,
{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
},
...,
],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment