aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/webpack/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/webpack/common.js')
-rw-r--r--app/config/webpack/common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js
index 1ef193c7..c497689a 100644
--- a/app/config/webpack/common.js
+++ b/app/config/webpack/common.js
@@ -9,6 +9,7 @@ module.exports = function () {
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'), 11 baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
12 public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
12 }, 13 },
13 output: { 14 output: {
14 filename: '[name].js', 15 filename: '[name].js',