mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
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…
x
Reference in New Issue
Block a user