1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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>
This commit is contained in:
Kevin Decherf 2017-10-24 00:15:52 +02:00
parent 1953a87293
commit 9ff628ca56
9 changed files with 32 additions and 32 deletions

View 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({