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