Optimize firefox webpack config.

This commit is contained in:
Kenshin 2018-03-16 15:24:31 +08:00
parent 9daec1b905
commit 42e3bf527d

View File

@ -274,24 +274,24 @@ const webpack = require( 'webpack' ),
readctlbar : __dirname + '/src/read/controlbar.jsx',
schedule : __dirname + '/src/read/progressbar.jsx',
keyboard : __dirname + '/ext/module/keyboard.js',
modals : __dirname + '/ext/module/modals.jsx',
focusopt : __dirname + '/ext/module/focus.jsx',
readopt : __dirname + '/ext/module/read.jsx',
commonopt : __dirname + '/ext/module/common.jsx',
labsopt : __dirname + '/ext/module/labs.jsx',
about : __dirname + '/ext/module/about.jsx',
unrdist : __dirname + '/ext/module/unrdist.jsx',
welcome : __dirname + '/ext/module/welcome.jsx',
authorize : __dirname + '/ext/module/authorize.jsx',
siteeditor : __dirname + '/ext/module/siteeditor.jsx',
editor : __dirname + '/ext/module/common/editor.jsx',
themesel : __dirname + '/ext/module/common/theme.jsx',
shortcuts : __dirname + '/ext/module/common/shortcuts.jsx',
include : __dirname + '/ext/module/common/include.jsx',
exclude : __dirname + '/ext/module/common/exclude.jsx',
name : __dirname + '/ext/module/common/name.jsx',
url : __dirname + '/ext/module/common/url.jsx',
keyboard : __dirname + '/src/module/keyboard.js',
modals : __dirname + '/src/module/modals.jsx',
focusopt : __dirname + '/src/module/focus.jsx',
readopt : __dirname + '/src/module/read.jsx',
commonopt : __dirname + '/src/module/common.jsx',
labsopt : __dirname + '/src/module/labs.jsx',
about : __dirname + '/src/module/about.jsx',
unrdist : __dirname + '/src/module/unrdist.jsx',
welcome : __dirname + '/src/module/welcome.jsx',
authorize : __dirname + '/src/module/authorize.jsx',
siteeditor : __dirname + '/src/module/siteeditor.jsx',
editor : __dirname + '/src/module/common/editor.jsx',
themesel : __dirname + '/src/module/common/theme.jsx',
shortcuts : __dirname + '/src/module/common/shortcuts.jsx',
include : __dirname + '/src/module/common/include.jsx',
exclude : __dirname + '/src/module/common/exclude.jsx',
name : __dirname + '/src/module/common/name.jsx',
url : __dirname + '/src/module/common/url.jsx',
wavess : __dirname + '/src/vender/waves/waves.js',
notify : __dirname + '/src/vender/notify/notify.js',