DefinitelyTyped/types/webpack
Cameron Martin abb32ebad4 [webpack]: Fixed type of beforeRun hook. (#32208)
* [webpack]: Fixed type of beforeRun hook.

Previously this took a `Compilation` parameter, but actually takes a `Compiler`. See ccc7db79ba/lib/Compiler.js (L50-L51)

* Changed run hook from taking `Compilation` parameter to taking `Compiler` parameter.
2019-01-16 13:53:34 +00:00
..
v3
index.d.ts
package.json
tsconfig.json
tslint.json
webpack-tests.ts