forked from Gitlink/forgeplus-react
Update webpack.config.dev.js 增加全局global样式
This commit is contained in:
parent
b02f352b3a
commit
1795d891df
|
|
@ -206,6 +206,12 @@ module.exports = {
|
|||
{
|
||||
loader: require.resolve("sass-loader"),
|
||||
},
|
||||
{
|
||||
loader: 'sass-resources-loader',
|
||||
options: {
|
||||
resources: ['src/global.scss']
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
// "file" loader makes sure those assets get served by WebpackDevServer.
|
||||
|
|
|
|||
Loading…
Reference in New Issue