Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: add missing trailing slash to publicPath - closes #395 (#396)
Browse files Browse the repository at this point in the history
* fix: add missing trailing slash to publicPath - closes #395

* test: update snapshot

(cherry picked from commit fe6494f)

Co-authored-by: Juan Picado @jotadeveloper <[email protected]>
  • Loading branch information
DanielRuf and juanpicado committed Dec 30, 2019
1 parent 544b999 commit bae9638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
output: {
path: `${env.APP_ROOT}/static/`,
filename: '[name].[hash].js',
publicPath: '/-/static',
publicPath: '/-/static/',
},

resolve: {
Expand Down

0 comments on commit bae9638

Please sign in to comment.