simplify webpack config

This commit is contained in:
Nolan Lawson 2018-04-14 17:07:55 -07:00
parent 283bc78b4f
commit 57f3a026e5
1 changed files with 1 additions and 8 deletions

View File

@ -28,14 +28,7 @@ module.exports = {
}
}
},
isDev && {
test: /\.css$/,
use: [
{ loader: 'style-loader' },
{ loader: 'css-loader' }
]
},
!isDev && {
{
test: /\.css$/,
use: [
{ loader: 'style-loader' },