Commit 1fbac909 by Šimon Podlipský Committed by Torkel Ödegaard

Remove preceding `/` from public JS path (#11804)

parent 2ee59cca
......@@ -12,7 +12,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, '../../public/build'),
filename: '[name].[hash].js',
publicPath: "/public/build/",
publicPath: "public/build/",
},
resolve: {
extensions: ['.ts', '.tsx', '.es6', '.js', '.json'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment