remove install/first time tab from webpack, as it's not used yet
This commit is contained in:
parent
ec046767c7
commit
95aec0f68c
@ -15,7 +15,7 @@ const config = {
|
|||||||
'ext/uw-bg': './ext/uw-bg.js',
|
'ext/uw-bg': './ext/uw-bg.js',
|
||||||
'popup/popup': './popup/popup.js',
|
'popup/popup': './popup/popup.js',
|
||||||
'options/options': './options/options.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: {
|
output: {
|
||||||
path: __dirname + `/dist-${process.env.BROWSER == 'firefox' ? 'ff' : process.env.BROWSER}`,
|
path: __dirname + `/dist-${process.env.BROWSER == 'firefox' ? 'ff' : process.env.BROWSER}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user