mirror of https://github.com/embarklabs/embark.git
can use use: shortcuts for .css
This commit is contained in:
parent
34a3d75542
commit
aa90a2c870
|
@ -87,8 +87,11 @@ const base = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.scss$/,
|
test: /\.css$/,
|
||||||
use: [{loader: 'style-loader'}, {loader: 'css-loader'}]
|
use: [
|
||||||
|
'style-loader',
|
||||||
|
'css-loader'
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
|
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
|
||||||
|
|
Loading…
Reference in New Issue