can use use: shortcuts for .css

This commit is contained in:
Michael Bradley, Jr 2018-10-01 19:16:56 -05:00
parent 2770906fb2
commit c738100606
1 changed files with 5 additions and 2 deletions

View File

@ -87,8 +87,11 @@ const base = {
]
},
{
test: /\.scss$/,
use: [{loader: 'style-loader'}, {loader: 'css-loader'}]
test: /\.css$/,
use: [
'style-loader',
'css-loader'
]
},
{
test: /\.(png|woff|woff2|eot|ttf|svg)$/,