From b43bbf7eebc16d86567d4c95aebbc5d95cbb6d06 Mon Sep 17 00:00:00 2001 From: David Pickart Date: Fri, 17 Nov 2017 13:50:05 -0600 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a61736..67335d4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To load your code with this loader, simply add it to your existing JS loaders in ... rules: [ { - test: /\.(js)$/, + test: /\.js$/, use: [ 'babel-loader', 'xmp-escape-loader', @@ -43,7 +43,7 @@ To load your code with this loader, simply add it to your existing JS loaders in ... rules: [ { - test: /\.(js)$/, + test: /\.js$/, use: [ 'babel-loader', {