diff --git a/src/index.html b/src/index.html index fbd8f87cd4..ef1490f829 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@ Cryostat - + diff --git a/webpack.common.js b/webpack.common.js index b174ea7d1f..27682b1d95 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -153,8 +153,8 @@ module.exports = (env) => { chunkFilename: '[id].[contenthash].bundle.js', // lazy-load modules hashFunction: "xxhash64", path: path.resolve(__dirname, 'dist'), - publicPath: './', - clean: true, + publicPath: 'auto', + clean: true }, resolve: { extensions: ['.ts', '.tsx', '.js', '.jsx'],