Skip to content

Commit

Permalink
Try to match also Windows paths with regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 27, 2017
1 parent c188098 commit 9935b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack.js
Expand Up @@ -29,7 +29,7 @@ exports.configure = function (options) {

// Inject noflo-component-loader
config.module.rules.push({
test: /noflo\/lib\/loader\/register.js$/,
test: /noflo([\\]+|\/)lib([\\]+|\/)loader([\\]+|\/)register.js$/,
use: [
{
loader: 'noflo-component-loader',
Expand Down

0 comments on commit 9935b00

Please sign in to comment.