Skip to content

Commit

Permalink
docs: fix typo (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Jan 16, 2024
1 parent 4f0f743 commit b5f3a94
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 @@ -158,7 +158,7 @@ module.exports = {
rules: [
{
// You can use `regexp`
// test: /example\.js/$
// test: /example\.js$/
test: require.resolve("example.js"),
use: [
{
Expand Down

0 comments on commit b5f3a94

Please sign in to comment.