mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-05 01:30:17 +00:00
add test
This commit is contained in:
@@ -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) => {});
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user