Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dpikt committed Nov 17, 2017
1 parent 6cf27f4 commit b43bbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
{
Expand Down

0 comments on commit b43bbf7

Please sign in to comment.