1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Remove fixed relative path for assets

This commit is contained in:
Kevin Decherf 2017-12-20 21:53:11 +01:00
parent 887073dedc
commit e8694faad6
2 changed files with 9 additions and 1 deletions

View file

@ -14,7 +14,7 @@ module.exports = function () {
output: {
filename: '[name].js',
path: path.resolve(rootDir, 'web/wallassets'),
publicPath: '/wallassets/',
publicPath: '',
},
plugins: [
new webpack.ProvidePlugin({