diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-10-24 00:15:52 +0200 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-10-24 00:15:52 +0200 |
commit | 9ff628ca5612f378ddcf5faead065ed3415a6fac (patch) | |
tree | 31f8a61ac8725b8c03d1959cd650eccb4880c9e7 /app/config/webpack/common.js | |
parent | 1953a872932a63792293b4aec087880265ba89f7 (diff) | |
download | wallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.tar.gz wallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.tar.zst wallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.zip |
webpack & views: replace bundles/wallabagcore with wallassets
This change will prevent composer from removing wallabagcore assets when
installing assets.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/config/webpack/common.js')
-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({ |