webworkify-webpack
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -83,3 +83,3 @@ function webpackBootstrapFunc (modules) { | ||
var webpackRequireName = wrapperSignature[1] | ||
var re = new RegExp('(\\\\n|\\W)' + quoteRegExp(webpackRequireName) + '\\((\/\\*.*?\\*\/)?\s?.*?([\\.|\\-|\\w|\/|@]+).*?\\)', 'g') // additional chars when output.pathinfo is true | ||
var re = new RegExp('(\\\\n|\\W)' + quoteRegExp(webpackRequireName) + '\\((\/\\*.*?\\*\/)?\s?.*?([\\.|\\-|\\+|\\w|\/|@]+).*?\\)', 'g') // additional chars when output.pathinfo is true | ||
var match | ||
@@ -86,0 +86,0 @@ while ((match = re.exec(fnString))) { |
{ | ||
"name": "webworkify-webpack", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "launch a web worker at runtime that can require() in the browser with webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13376