From 862ca513a220d7f9071a7c94fbcd16d9ecd3e74f Mon Sep 17 00:00:00 2001 From: liuxiaoping <707232239@qq.com> Date: Tue, 14 Mar 2017 16:37:04 +0800 Subject: [PATCH] fix rules configuration issue in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523ba3c..4d64af4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ module.exports = { module: { rules: [ { - test: /\.exec.js$/, + test: /\.exec\.js$/, use: [ 'script-loader' ] } ]