remove install/first time tab from webpack, as it's not used yet

This commit is contained in:
Tamius Han 2020-03-03 00:36:24 +01:00
parent ec046767c7
commit 95aec0f68c

View File

@ -15,7 +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',
// 'install/first-time/first-time':'./install/first-time/first-time.js',
},
output: {
path: __dirname + `/dist-${process.env.BROWSER == 'firefox' ? 'ff' : process.env.BROWSER}`,