alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.68k stars 2.55k forks source link

使用命令行出码(solution选择icejs3),生成的代码执行 npm run build后运行报错 #2371

Open ssthouse opened 1 year ago

ssthouse commented 1 year ago

Describe the bug (required) / 详细描述 bug(必填)

使用命令行出码(solution选择icejs3),生成的代码执行 npm run build后运行报错


To Reproduce (required) / 如何复现 bug?(必填,非常重要)

使用命令行出码(solution选择icejs3)

image

cd 进入生成的代码,执行 npm install , npm run build

然后启动一个静态服务器: simple-server build

本地访问 localhost:3000/Test.html报错:

image

Expected behavior (required) / 预期行为(必填,非常重要)

预期页面应该能正常加载,和 npm run start时展示同样的内容


Environments (please complete the following information) (required): / 请提供如下信息(必填)

@alilc/lowcode-code-generator 1.1.6

Additional context (optional) / 更多额外信息(可选)

ssthouse commented 1 year ago

@JackLian @qingniaotonghua 请问可以给下大概的思路吗,我可以帮着一起看下

qingniaotonghua commented 1 year ago

@JackLian @qingniaotonghua 请问可以给下大概的思路吗,我可以帮着一起看下

可能和 @alilc/lowcode-code-generator 的版本有关,目前在 最新版 1.1.6 没有复现,可以先升级到这个版本试试