Skip to content

Commit bc204d2

Browse files
authored
Set output.publicPath in the webpack configuration (#836)
1 parent 26ed058 commit bc204d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
entry: ['babel-polyfill', 'index.js'],
1010
output: {
1111
path: __dirname + '/dist',
12+
publicPath: '',
1213
filename: 'coverage-[hash].js'
1314
},
1415
plugins: [

0 commit comments

Comments
 (0)