Describe the bug
我项目里引入了animejs包,它的模块解析链路是dist/modules/index.cjs,因为compileDependencies不支持.cjs文件的转义,在一些低版本手机比如iphone12里一些高级语法比如可选链 ?.就无法执行会报错
Expected behavior
ice3 框架支持.cjs 扩展名的编译
Actual behavior
No response
Version of ice.js
3.4.10
Content of build.json or ice.config.mts
Additional context
No response
Describe the bug
我项目里引入了animejs包,它的模块解析链路是dist/modules/index.cjs,因为compileDependencies不支持.cjs文件的转义,在一些低版本手机比如iphone12里一些高级语法比如可选链
?.就无法执行会报错Expected behavior
ice3 框架支持.cjs 扩展名的编译
Actual behavior
No response
Version of ice.js
3.4.10
Content of build.json or ice.config.mts
Additional context
No response