Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@roots/bud-build

Package Overview
Dependencies
Maintainers
5
Versions
898
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roots/bud-build - npm Package Compare versions

Comparing version 2.0.0-next.31 to 2.0.0-next.32

6

lib/builders/optimization.js

@@ -23,7 +23,3 @@ "use strict";

if (this.features.enabled('vendor')) {
output.optimization.splitChunks = {
cacheGroups: {
vendor: this.hooks.filter(key `splitChunks.cacheGroups.vendor`, this.config.get(`optimization.splitChunks.cacheGroups.vendor`)),
},
};
output.optimization.splitChunks = this.hooks.filter(key `splitChunks`, this.config.get(`optimization.splitChunks`));
}

@@ -30,0 +26,0 @@ return output;

4

package.json
{
"name": "@roots/bud-build",
"description": "Bud webpack config build controller",
"version": "2.0.0-next.31",
"version": "2.0.0-next.32",
"homepage": "https://roots.io/bud",

@@ -41,3 +41,3 @@ "repository": {

},
"gitHead": "353ec22f1aa713a5287534a182260a80017f52d7"
"gitHead": "b90b94625a5ca78458ffb21df8825d355f406b3b"
}

@@ -56,12 +56,6 @@ import {Bud, Webpack} from '@roots/bud-typings'

if (this.features.enabled('vendor')) {
output.optimization.splitChunks = {
cacheGroups: {
vendor: this.hooks.filter<any>(
key`splitChunks.cacheGroups.vendor`,
this.config.get(
`optimization.splitChunks.cacheGroups.vendor`,
),
),
},
}
output.optimization.splitChunks = this.hooks.filter<any>(
key`splitChunks`,
this.config.get(`optimization.splitChunks`),
)
}

@@ -68,0 +62,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc