@roots/bud-build
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.optimization = function () { | ||
const output = { | ||
const output = this.hooks.filter(key ``, { | ||
optimization: { | ||
@@ -19,3 +19,3 @@ minimize: this.hooks.filter(key `minimize`, this.features.enabled(`minify`)), | ||
}, | ||
}; | ||
}); | ||
if (this.features.enabled(`runtimeChunk`)) { | ||
@@ -27,4 +27,4 @@ output.optimization.runtimeChunk = this.hooks.filter(key `runtimeChunk`, this.config.get(`optimization.runtimeChunk`)); | ||
} | ||
return this.hooks.filter(key ``, output); | ||
return output; | ||
}; | ||
//# sourceMappingURL=optimization.js.map |
{ | ||
"name": "@roots/bud-build", | ||
"description": "Bud webpack config build controller", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"homepage": "https://roots.io/bud", | ||
@@ -38,6 +38,6 @@ "repository": { | ||
"devDependencies": { | ||
"@roots/bud-extensions": "^2.0.4", | ||
"@roots/bud-typings": "^2.0.4" | ||
"@roots/bud-extensions": "^2.0.5", | ||
"@roots/bud-typings": "^2.0.5" | ||
}, | ||
"gitHead": "dbeacc552c8ec5712e18365338b52e2bfe4bc98c" | ||
"gitHead": "6fd8b9fe47bf6ce1b69a96ce92cdbcc2f8ba0082" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74836