@roots/bud-build
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.optimization = function () { | ||
const output = this.hooks.filter(key ``, { | ||
const output = { | ||
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 output; | ||
return this.hooks.filter(key ``, output); | ||
}; | ||
//# sourceMappingURL=optimization.js.map |
{ | ||
"name": "@roots/bud-build", | ||
"description": "Bud webpack config build controller", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"homepage": "https://roots.io/bud", | ||
@@ -38,6 +38,6 @@ "repository": { | ||
"devDependencies": { | ||
"@roots/bud-extensions": "^2.0.3", | ||
"@roots/bud-typings": "^2.0.3" | ||
"@roots/bud-extensions": "^2.0.4", | ||
"@roots/bud-typings": "^2.0.4" | ||
}, | ||
"gitHead": "798e671d2eba45409a84f3ce8adcdec4f3d335e8" | ||
"gitHead": "dbeacc552c8ec5712e18365338b52e2bfe4bc98c" | ||
} |
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
74838