1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-03 18:11:36 +07:00

fix: add missing trailing slash to publicPath - closes #395 (#396)

* fix: add missing trailing slash to publicPath - closes #395

* test: update snapshot

(cherry picked from commit fe6494fec7225928cc510e112c80e4b171160a09)

Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
This commit is contained in:
Daniel Ruf 2019-12-30 10:12:23 +01:00 committed by Juan Picado @jotadeveloper
parent 544b999f81
commit bae9638b23

View File

@ -8,7 +8,7 @@ module.exports = {
output: {
path: `${env.APP_ROOT}/static/`,
filename: '[name].[hash].js',
publicPath: '/-/static',
publicPath: '/-/static/',
},
resolve: {