Commit 143bf260 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'cwoolley-gitlab-master-patch-74249' into 'master'

Remove unnecessary regexp escaping

See merge request gitlab-org/gitlab!21017
parents 61370941 22d36f0e
......@@ -185,7 +185,7 @@ module.exports = {
options: { limit: 2048 },
},
{
test: /\_worker\.js$/,
test: /_worker\.js$/,
use: [
{
loader: 'worker-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