Commit 241f0110 authored by Phil Hughes's avatar Phil Hughes

Fixed web workers not working locally in rspec

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57169
parent 0b906832
...@@ -150,6 +150,7 @@ module.exports = { ...@@ -150,6 +150,7 @@ module.exports = {
loader: 'worker-loader', loader: 'worker-loader',
options: { options: {
name: '[name].[hash:8].worker.js', name: '[name].[hash:8].worker.js',
inline: IS_DEV_SERVER,
}, },
}, },
'babel-loader', 'babel-loader',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment