CoLee
CoLee
## What happens? 在 index.html 中引入 zone.js 在main.ts 中导入qiankun,配置微应用,微应用能打开,在根组件 AppComponent 中加入 ```ts ngDoCheck(){ console.log('app') } ``` 发现控制台无限输出“app” ,经过调试定位到 setTimeout 无限执行,执行的代码所在文件如下 **node_modules\qiankun\es\utils.js** ```js // Promise.then might be synchronized in Zone.js context,...
如题,我上传的资源都要放到OSS中,访问路径也是,请问能不能自定义上传的处理功能?
The directory path contains a '#' character, which results in a compilation error. Here is my test code. E:/coding/#/test.js ```js const nodeStylus = require('stylus'); const ref = nodeStylus(''); console.log(ref.render()); ```...
This PR resolves issue #4149 by implementing named imports for dynamic require calls. This enhancement allows developers to flexibly import specific named exports when using dynamic require. I'll add comprehensive...
Can the importItems object be passed into OnResolveArgs? The plugin I'm working on really needs the member names from this object. For example, for the statement: import AX, { x1...