Showing 2 of 4 total issues
Function onProxyRes
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
onProxyRes: function (proxyRes, req, res) { /** * Update urls in files with these content-types */ const contentTypes = [
Function apply
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
apply(compiler) { compiler.hooks.emit.tapAsync(this.name, (compilation, callback) => { // const logger = compilation.getLogger("dependency-manifest-plugin"); // logger.info(compilation.namedChunkGroups.keys());