From d009b53dba822296ae0388945828309bdf259a56 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 26 Feb 2020 00:44:28 +0100 Subject: [PATCH] update webpack to include new install/update pages --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index aae9571..4540616 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,6 +15,7 @@ const config = { 'ext/uw-bg': './ext/uw-bg.js', 'popup/popup': './popup/popup.js', 'options/options': './options/options.js', + 'install/first-time/first-time':'./install/first-time/first-time.js', }, output: { path: __dirname + `/dist-${process.env.BROWSER == 'firefox' ? 'ff' : process.env.BROWSER}`, @@ -78,6 +79,7 @@ const config = { { from: 'icons', to: 'icons', ignore: ['icon.xcf'] }, { from: 'popup/popup.html', to: 'popup/popup.html', transform: transformHtml }, { from: 'options/options.html', to: 'options/options.html', transform: transformHtml }, + { from: 'install/first-time/first-time.html', to: 'install/first-time/first-time.html', transform: transformHtml}, { from: 'manifest.json', to: 'manifest.json',