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
1 changed files with 1 additions and 1 deletions

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