From c9f5bc7fef41b2aa83dba59415b765550cd3e23a Mon Sep 17 00:00:00 2001 From: Kenshin Date: Mon, 26 Mar 2018 14:57:30 +0800 Subject: [PATCH] Optimize firefox webpack. --- webpack.config.ext.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.ext.js b/webpack.config.ext.js index eb9a418d..3ca3e638 100644 --- a/webpack.config.ext.js +++ b/webpack.config.ext.js @@ -67,8 +67,8 @@ const webpack = require( 'webpack' ), { from : 'src/options/options.html', to : '../options/' }, { from : 'src/options/custom.html', to : '../options/' }, { from : 'src/options/sitemgr.html', to : '../options/' }, - { context: 'ext/assets/images/', from : "*" , to : '../assets/images' }, - { context: 'ext/_locales/', from : "*/*" , to : '../_locales/' }, + { context: 'src/assets/images/', from : "*" , to : '../assets/images' }, + { context: 'src/_locales/', from : "*/*" , to : '../_locales/' }, ]) );