mirror of https://github.com/embarklabs/embark.git
can use use: shortcuts for .css
This commit is contained in:
parent
2770906fb2
commit
c738100606
|
@ -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)$/,
|
||||
|
|
Loading…
Reference in New Issue