mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Change filename of css. (#365)
This commit is contained in:
committed by
Kyle Spearrin
parent
04ff1e6fba
commit
63af729b50
@@ -5,7 +5,7 @@ const common = require('./webpack.common.js');
|
|||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
|
|
||||||
const extractLess = new ExtractTextPlugin({
|
const extractLess = new ExtractTextPlugin({
|
||||||
filename: 'popup/css/[name].css',
|
filename: '[name].css',
|
||||||
disable: false,
|
disable: false,
|
||||||
allChunks: true
|
allChunks: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user