Skip to content

Commit

Permalink
chore: update readme example (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanNijland committed Jun 3, 2021
1 parent f3538d0 commit 7fdf6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For this, you can either use a combination of `test` and `not`, or [pass a funct
{
test: /\.m?js$/,
exclude: {
test: /node_modules/, // Exclude libraries in node_modules ...
and: [/node_modules/], // Exclude libraries in node_modules ...
not: [
// Except for a few of them that needs to be transpiled because they use modern syntax
/unfetch/,
Expand Down

0 comments on commit 7fdf6f4

Please sign in to comment.