lilithyang2018
lilithyang2018
@ClarkXia 请问在ice3里如何正确配置fallback? 在ice.config.mts里配置如下  启动时会报如下错误  如果使用@ice/webpack-config,又该如何配置呢
  新发现的 @alilc/build-plugin-alt和@alilc/lowcode-plugin-code-editor之间的循环依赖
+1 确实需要清空权限的功能 @ClarkXia @luhc228 请问这个功能是否有人跟进 ?
开发环境要求多个server共用一个域名 所以才有此一问
个人解决方案,publicPath改回'/',在document.tsx中放弃使用ice提供的Links和Scripts,改为手动注入相对路径的link和script 
```javascript const path = require('path'); const { chdir, cwd } = require('process'); const rootDir = cwd(); try { ... } finally { chdir(path.dirname(rootDir)); } ``` @caoccao like this ?
@caoccao it seems that the V8FileExecutor does not release the js file after NodeRuntime is closed, so the file is always occupied by the java process. any suggestions ?
ok, i'll try V8StringExecutor instead