Commit 22d36f0e authored by Chad Woolley's avatar Chad Woolley

Remove unnecessary regexp escaping

parent fec75513
......@@ -182,7 +182,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