Skip to content

Commit

Permalink
update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHirsch committed Feb 20, 2020
1 parent 6e37016 commit af4e4e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webpack.config.js
Expand Up @@ -10,11 +10,7 @@ const config = {
exclude: /node_modules/,
},
{
test: /\.css$/i,
use: ['css-loader'],
},
{
test: /\.s[ac]ss$/i,
test: /\.scss$/i,
use: ['css-loader', 'sass-loader'],
},
],
Expand Down

0 comments on commit af4e4e3

Please sign in to comment.