From 9ff628ca5612f378ddcf5faead065ed3415a6fac Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Tue, 24 Oct 2017 00:15:52 +0200 Subject: webpack & views: replace bundles/wallabagcore with wallassets This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf --- app/config/webpack/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/config') diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index c497689a..47113950 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js @@ -13,8 +13,8 @@ module.exports = function () { }, output: { filename: '[name].js', - path: path.resolve(rootDir, 'web/bundles/wallabagcore'), - publicPath: '/bundles/wallabagcore/', + path: path.resolve(rootDir, 'web/wallassets'), + publicPath: '/wallassets/', }, plugins: [ new webpack.ProvidePlugin({ -- cgit v1.2.3