]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/webpack/common.js
Add css on share public page
[github/wallabag/wallabag.git] / app / config / webpack / common.js
index 1ef193c7f468ab8a2b1d1c21de2937b6117211e7..c497689a23600a0880568ffaa79b0257f55cb50a 100644 (file)
@@ -9,6 +9,7 @@ module.exports = function () {
     entry: {
       material: path.join(rootDir, './app/Resources/static/themes/material/index.js'),
       baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
+      public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
     },
     output: {
       filename: '[name].js',