Socket
Socket
Sign inDemoInstall

webpack-cli-multi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-cli-multi - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "webpack-cli-multi",
"version": "1.0.6",
"version": "1.0.7",
"description": "a simple webpack config cli for multi apps suooprt vue & react",

@@ -5,0 +5,0 @@ "main": "views/*/main.js",

@@ -145,3 +145,3 @@ /*

hash: true,
chunks: ['index'],
chunks: ['common','index'],
}),

@@ -155,2 +155,6 @@ //react 压缩处理

}):function(){},
//提取公共部分代码
new webpack.optimize.CommonsChunkPlugin({
name:"common",
}),
//丑化JS

@@ -157,0 +161,0 @@ (process.env.NODE_ENV.includes('production')) ? new babili() : function(){},

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