Skip to content

Commit 6c09479

Browse files
authored
docs(configuration): update rule test (#4067)
1 parent 2c79f4b commit 6c09479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ module.exports = {
708708
module: {
709709
rules: [
710710
{
711-
test: /\.m?js/,
711+
test: /\.m?js$/,
712712
resolve: {
713713
fullySpecified: false // disable the behaviour
714714
}

0 commit comments

Comments
 (0)