From bae9638b23b70eff78b78b8ca52ff40162333354 Mon Sep 17 00:00:00 2001 From: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Date: Mon, 30 Dec 2019 10:12:23 +0100 Subject: [PATCH] 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 --- tools/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack.config.js b/tools/webpack.config.js index 9d77c2f..2679eb8 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -8,7 +8,7 @@ module.exports = { output: { path: `${env.APP_ROOT}/static/`, filename: '[name].[hash].js', - publicPath: '/-/static', + publicPath: '/-/static/', }, resolve: {