diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/webpack/common.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { | |||
13 | }, | 13 | }, |
14 | output: { | 14 | output: { |
15 | filename: '[name].js', | 15 | filename: '[name].js', |
16 | path: path.resolve(rootDir, 'web/bundles/wallabagcore'), | 16 | path: path.resolve(rootDir, 'web/wallassets'), |
17 | publicPath: '/bundles/wallabagcore/', | 17 | publicPath: '/wallassets/', |
18 | }, | 18 | }, |
19 | plugins: [ | 19 | plugins: [ |
20 | new webpack.ProvidePlugin({ | 20 | new webpack.ProvidePlugin({ |