]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/webpack/common.js
webpack & views: replace bundles/wallabagcore with wallassets
[github/wallabag/wallabag.git] / app / config / webpack / common.js
index c497689a23600a0880568ffaa79b0257f55cb50a..47113950bdcaf4d38fdce425f6593012cfce5cdf 100644 (file)
@@ -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({