From 7ad8189607fcc2145ae4bf26afa7e2e3f8eba0b9 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 27 Nov 2015 21:44:12 +0100 Subject: [PATCH] Fixed extra parenthesis in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b5808..ded8b5b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ module.exports = { new SplitByPathPlugin([ { name: 'vendor', - path: path.join(__dirname, 'node_modules')) + path: path.join(__dirname, 'node_modules') } ]) ]