X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fwebpack%2Fcommon.js;h=233497fd7b8ce1eb29cd81d23e63898f0b781181;hb=refs%2Fpull%2F3597%2Fhead;hp=1ef193c7f468ab8a2b1d1c21de2937b6117211e7;hpb=789c46821db9fbab5bbea99846fa0021d779a592;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index 1ef193c7..233497fd 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js @@ -9,11 +9,12 @@ 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', - path: path.resolve(rootDir, 'web/bundles/wallabagcore'), - publicPath: '/bundles/wallabagcore/', + path: path.resolve(rootDir, 'web/wallassets'), + publicPath: '', }, plugins: [ new webpack.ProvidePlugin({