From 63af729b50cd9481a02f1d5f0f05845400fb3a05 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 9 Nov 2017 20:29:09 +0100 Subject: [PATCH] Change filename of css. (#365) --- webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.prod.js b/webpack.prod.js index 1eab9fedf5..264f765610 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -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 });