aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/_global/share.js1
-rw-r--r--app/config/webpack/common.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/share.js b/app/Resources/static/themes/_global/share.js
new file mode 100644
index 00000000..d7078616
--- /dev/null
+++ b/app/Resources/static/themes/_global/share.js
@@ -0,0 +1 @@
import './share.scss';
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',