Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 16, 2024
1 parent 4f0f743 commit ec7083e
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 ec7083e

Please sign in to comment.