From 5fdef63bb1394387d5316afc8edc4d367757743a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 17:09:08 -0500 Subject: [PATCH] update public path --- webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.common.js b/webpack.common.js index 4a18a9d9d5..09ec4e491b 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -50,7 +50,7 @@ module.exports = { options: { name: '[name].[ext]', outputPath: 'popup/fonts/', - publicPath: '../' + publicPath: './fonts/' } }] }, @@ -62,7 +62,7 @@ module.exports = { options: { name: '[name].[ext]', outputPath: 'popup/images/', - publicPath: '../' + publicPath: './images/' } }] }