simplify webpack config (#124)
This commit is contained in:
parent
283bc78b4f
commit
6169b53643
|
@ -28,14 +28,7 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
isDev && {
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
{ loader: 'style-loader' },
|
||||
{ loader: 'css-loader' }
|
||||
]
|
||||
},
|
||||
!isDev && {
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
{ loader: 'style-loader' },
|
||||
|
|
Loading…
Reference in New Issue