mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
add EnvironmentPlugin to webpack
This commit is contained in:
Vendored
+4
@@ -826,6 +826,10 @@ declare namespace webpack {
|
||||
constructor(options?: (percentage: number, msg: string) => void);
|
||||
}
|
||||
|
||||
class EnvironmentPlugin extends Plugin {
|
||||
constructor(envs: string[] | {[key: string]: any});
|
||||
}
|
||||
|
||||
class ProvidePlugin extends Plugin {
|
||||
constructor(definitions: {[key: string]: any});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user