Skip to content

Commit

Permalink
Meta tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed May 24, 2024
1 parent 010fc94 commit d1c923c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
// Other rules...
plugins: [
new NodePolyfillPlugin(),
]
],
};
```

Expand All @@ -35,8 +35,8 @@ module.exports = {
plugins: [
new NodePolyfillPlugin({
additionalAliases: ['process', 'punycode'],
})
]
}),
],
};
```

Expand Down Expand Up @@ -64,8 +64,8 @@ module.exports = {
plugins: [
new NodePolyfillPlugin({
excludeAliases: ['console'],
})
]
}),
],
};
```

Expand All @@ -81,8 +81,8 @@ module.exports = {
plugins: [
new NodePolyfillPlugin({
additionalAliases: ['console'],
})
]
}),
],
};
```

Expand All @@ -98,8 +98,8 @@ module.exports = {
plugins: [
new NodePolyfillPlugin({
onlyAliases: ['console'],
})
]
}),
],
};
```

Expand Down

0 comments on commit d1c923c

Please sign in to comment.