Skip to content
Snippets Groups Projects
Commit baa6438b authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch 'diff-worker-js-fix' into 'master'

Fixed diff_worker not compiling correctly

Closes #41182

See merge request gitlab-org/gitlab-ce!15966
parents f13b9bbb a69e7aff
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -118,7 +118,10 @@ var config = {
},
{
test: /\_worker\.js$/,
loader: 'worker-loader',
use: [
{ loader: 'worker-loader' },
{ loader: 'babel-loader' },
],
},
{
test: /\.(worker(\.min)?\.js|pdf|bmpr)$/,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment