aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/webpack/common.js
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-22 12:15:24 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-22 12:15:24 +0200
commit77255d668828d7ae4cceb186b5215a0d4ddd69f6 (patch)
tree03e23269fc966ca8798e2beac0e89a3aa6972266 /app/config/webpack/common.js
parent6b1b148d655eec4411e13a90a0bd050b923e3ef9 (diff)
downloadwallabag-77255d668828d7ae4cceb186b5215a0d4ddd69f6.tar.gz
wallabag-77255d668828d7ae4cceb186b5215a0d4ddd69f6.tar.zst
wallabag-77255d668828d7ae4cceb186b5215a0d4ddd69f6.zip
Add css on share public page
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',