mirror of https://github.com/webpack/webpack.git
Fix branding violation ResolverCachePlugin
This commit is contained in:
parent
466e28b312
commit
4571fdab69
|
|
@ -85,7 +85,7 @@ const objectToString = (object, excludeContext) => {
|
|||
|
||||
class ResolverCachePlugin {
|
||||
/**
|
||||
* @param {Compiler} compiler Webpack compiler
|
||||
* @param {Compiler} compiler webpack compiler
|
||||
* @returns {void}
|
||||
*/
|
||||
apply(compiler) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue