From 3c07249e97fb11180da9891b756ca69e897b4fd2 Mon Sep 17 00:00:00 2001 From: Paul Sachs Date: Thu, 18 May 2017 12:54:27 -0400 Subject: [PATCH] Update webpack-chain-tests.ts --- types/webpack-chain/webpack-chain-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack-chain/webpack-chain-tests.ts b/types/webpack-chain/webpack-chain-tests.ts index 466efc4db7..ac40e70624 100644 --- a/types/webpack-chain/webpack-chain-tests.ts +++ b/types/webpack-chain/webpack-chain-tests.ts @@ -83,7 +83,7 @@ config .end() .module - .noParse.add(/.min.js$/).end() + .noParse.add(/.min.js$/).end() .rule('compile') .test(/.js$/) .include