From a4bda84a3c407f1615677bb6c4ca4a61c794db8d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 12 Jan 2018 12:00:21 -0500 Subject: [PATCH] relative public path for fonts and images --- webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.common.js b/webpack.common.js index 5a69674f05..ed6bc48c39 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -47,7 +47,7 @@ module.exports = { options: { name: '[name].[ext]', outputPath: 'popup/fonts/', - publicPath: '/' + publicPath: '../' } }] }, @@ -59,7 +59,7 @@ module.exports = { options: { name: '[name].[ext]', outputPath: 'popup/images/', - publicPath: '/' + publicPath: '../' } }] }