Skip to content

Commit eda0feb

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/frontend/webpack-5.25.0
2 parents 9689205 + 0b4b7a8 commit eda0feb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: [

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ async-timeout==3.0.1
33
logbook==1.5.3
44
raven==6.10.0
55
structlog==21.1.0
6-
taskcluster==40.0.3
6+
taskcluster==42.1.1

0 commit comments

Comments
 (0)