isv-boilerlate
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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 |
{ | ||
"name": "isv-boilerlate", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "ISV 应用模板", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16514
305