From 5b69aa4591d6410609a86bb160b99a25a097677f Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Tue, 28 Mar 2017 17:00:16 -0700 Subject: [PATCH] add test --- types/webpack/webpack-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/webpack/webpack-tests.ts b/types/webpack/webpack-tests.ts index aeb17e5d4c..0ec170876b 100644 --- a/types/webpack/webpack-tests.ts +++ b/types/webpack/webpack-tests.ts @@ -421,6 +421,8 @@ plugin = new webpack.WatchIgnorePlugin(paths); plugin = new webpack.LoaderOptionsPlugin({ debug: true }); +plugin = new webpack.EnvironmentPlugin(['a', 'b']); +plugin = new webpack.EnvironmentPlugin([{a: true, b: 'c'}); plugin = new webpack.ProgressPlugin((percent: number, message: string) => {}); //