From 13ea31e2112b427498aaaa9f65b4920c7ed8b9c7 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 12 Mar 2021 23:58:09 +0100 Subject: [PATCH] Set output.publicPath in the webpack configuration --- frontend/webpack.common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/webpack.common.js b/frontend/webpack.common.js index fbd69591c..bcdd0b9ae 100644 --- a/frontend/webpack.common.js +++ b/frontend/webpack.common.js @@ -9,6 +9,7 @@ module.exports = { entry: ['babel-polyfill', 'index.js'], output: { path: __dirname + '/dist', + publicPath: '', filename: 'coverage-[hash].js' }, plugins: [