From 0261c196bcc2ecf5186c0d244c42e4ffba33dae9 Mon Sep 17 00:00:00 2001 From: Kenshin Date: Mon, 26 Mar 2018 15:36:27 +0800 Subject: [PATCH] ptimize firefox webpack. --- webpack.config.ext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ext.js b/webpack.config.ext.js index 3ca3e638..4b06a29c 100644 --- a/webpack.config.ext.js +++ b/webpack.config.ext.js @@ -63,7 +63,7 @@ const webpack = require( 'webpack' ), plugins.push( new CopyWebpackPlugin([ { from : "ext/manifest.json" , to : '../' }, - { from : "ext/website_list.json" , to : '../' }, + { from : "src/website_list.json" , to : '../' }, { from : 'src/options/options.html', to : '../options/' }, { from : 'src/options/custom.html', to : '../options/' }, { from : 'src/options/sitemgr.html', to : '../options/' },