mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 08:04:30 +00:00
* [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.