David Lee

Results 4 issues of David Lee

主应用为react,使用:"build-plugin-icestark"接入微应用 微应用为vue,使用"@ice/stark-app"接入微应用 版本: 升级前:"build-plugin-icestark": "^1.7.2-2",升级后版本:"build-plugin-icestark": "^2.5.3", 升级前:"@ice/stark-app": "^1.4.0", 升级后版本:"@ice/stark-app": "^1.5.0" =>没有找到该组建的2.x版本 升级完成后,访问系统,控制台未报异常,但子应用加载不出来,页面空白

bug
urgent
icestark

step1. attr "logo" existence of cross domains. step2.document.querySelector("canvas[width='256']"). toDataURL("image/png") then, console report errors

构建改为:"polyfill": "usage", core-js版本升级到3.x:"core-js": "^3.25.1", 运行npm run build后报如下错误:1.18.5 ERR! (web) ./src/pages/WysiwygCgxq/Quote/index.module.scss ERR! TypeError: wellKnownSymbol is not a function ERR! ERR! (web) ./src/pages/WysiwygCgxq/index.module.scss ERR! TypeError: wellKnownSymbol is not a function ERR! ERR!...

bug

有些库文件已经压缩过了,不想在release的时候被再次处理,拖慢发布速度,如何指定跳过某些文件的压缩?即想让某个文件跳过pipe [optimizer.uglify-js] start ->end这步。