diff --git a/webpack.config.ext.js b/webpack.config.ext.js index 37c87369..27f42ced 100644 --- a/webpack.config.ext.js +++ b/webpack.config.ext.js @@ -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',