forked from rc/aircox
fix logs merge with diff algorithm
This commit is contained in:
@ -56,13 +56,12 @@ module.exports = (env, argv) => Object({
|
||||
sideEffects: false
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
test: /\.s?css$/,
|
||||
use: [ { loader: MiniCssExtractPlugin.loader },
|
||||
{ loader: 'css-loader' },
|
||||
{ loader: 'sass-loader' , options: { sourceMap: true }} ],
|
||||
},
|
||||
{
|
||||
// TODO: remove ttf eot svg
|
||||
test: /\.(ttf|eot|svg|woff2?)$/,
|
||||
use: [{
|
||||
loader: 'file-loader',
|
||||
|
Reference in New Issue
Block a user