diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-11-02 15:49:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 15:49:37 +0200 |
commit | b0f9e52b7ea00309ec3c2b9e468b07b9ffc3eb98 (patch) | |
tree | 0b427185cfb4bc1859c955c88456192bc00bd40f /app | |
parent | dccec95401385e2e18ab0ce4db16459fa4a80314 (diff) | |
parent | efbbfe013528315aaa2b874bb367e874a8300d29 (diff) | |
download | wallabag-b0f9e52b7ea00309ec3c2b9e468b07b9ffc3eb98.tar.gz wallabag-b0f9e52b7ea00309ec3c2b9e468b07b9ffc3eb98.tar.zst wallabag-b0f9e52b7ea00309ec3c2b9e468b07b9ffc3eb98.zip |
Merge pull request #3387 from Kdecherf/fix-assets-23
Fix assets for 2.3
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({ |