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

isv-boilerlate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isv-boilerlate - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

content/custom.config.js

@@ -7,3 +7,6 @@ // webpack 自定义配置文件,请勿删除!

uglify: true, // 是否压缩
externals: ['react', 'react-dom'], // 需要从外部CND引入的JS包
externals: {
'react': 'var window.React',
'react-dom': 'var window.ReactDOM'
}, // 需要从外部CND引入的JS包
polyfill: false, // 打包是否包括 polyfill

@@ -10,0 +13,0 @@ dll: ['qnui', 'react-router'], // 是否启动DllPlugin

2

package.json
{
"name": "isv-boilerlate",
"version": "0.0.4",
"version": "0.0.5",
"description": "ISV 应用模板",

@@ -5,0 +5,0 @@ "main": "index.js",

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