We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ed058 commit bc204d2Copy full SHA for bc204d2
frontend/webpack.common.js
@@ -9,6 +9,7 @@ module.exports = {
9
entry: ['babel-polyfill', 'index.js'],
10
output: {
11
path: __dirname + '/dist',
12
+ publicPath: '',
13
filename: 'coverage-[hash].js'
14
},
15
plugins: [
0 commit comments