Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 46e7bfc

Browse files
wuxiandiejiamichael-ciniawsky
authored andcommitted
docs(#28): fix rules configuration issue (@wuxiandiejia)
1 parent e83bd52 commit 46e7bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
module: {
3636
rules: [
3737
{
38-
test: /\.exec.js$/,
38+
test: /\.exec\.js$/,
3939
use: [ 'script-loader' ]
4040
}
4141
]

0 commit comments

Comments
 (0)