diff options
Diffstat (limited to 'app/config/webpack')
-rw-r--r-- | app/config/webpack/common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index 233497fd..c7fd12ac 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js | |||
@@ -8,7 +8,6 @@ module.exports = function () { | |||
8 | return { | 8 | return { |
9 | entry: { | 9 | entry: { |
10 | material: path.join(rootDir, './app/Resources/static/themes/material/index.js'), | 10 | material: path.join(rootDir, './app/Resources/static/themes/material/index.js'), |
11 | baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'), | ||
12 | public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'), | 11 | public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'), |
13 | }, | 12 | }, |
14 | output: { | 13 | output: { |