No hardcoded publicPath for assets

This commit is contained in:
marudor 2018-08-05 13:15:37 +02:00
parent db16772d01
commit 7f70b906e8
No known key found for this signature in database
GPG Key ID: D64C68DA9EB642AD
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
output: { output: {
path: path.resolve('public/assets'), path: path.resolve('public/assets'),
filename: '[name].js', filename: '[name].js',
publicPath: '/assets/', publicPath: '',
}, },
module: { module: {
rules: [ rules: [