Add trailing slash
This commit is contained in:
parent
fe16b924cb
commit
6d74f86bd0
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const createClientConfig = (env, mode) => {
|
||||||
entry: "./src/client/index.tsx",
|
entry: "./src/client/index.tsx",
|
||||||
output: {
|
output: {
|
||||||
filename: "js/client.js",
|
filename: "js/client.js",
|
||||||
publicPath: `/static/${env.COMMIT_HASH}`,
|
publicPath: `/static/${env.COMMIT_HASH}/`,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
...base.plugins,
|
...base.plugins,
|
||||||
|
|
Loading…
Reference in a new issue