1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Change filename of css. (#365)

This commit is contained in:
Oscar Hinton
2017-11-09 20:29:09 +01:00
committed by Kyle Spearrin
parent 04ff1e6fba
commit 63af729b50

View File

@@ -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
});