mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-11 00:02:15 +08:00
Added mock css loader
This commit is contained in:
@@ -62,11 +62,14 @@ module.exports = {
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.(sa|sc|c)ss$/,
|
||||
use: path.resolve('scripts/loaderMock.js')
|
||||
}
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new webpack.IgnorePlugin({ resourceRegExp: /\.(sa|sc|c)ss$/ }),
|
||||
new webpack.BannerPlugin(banner)
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user