Open ssthouse opened 1 year ago
使用命令行出码(solution选择icejs3),生成的代码执行 npm run build后运行报错
使用命令行出码(solution选择icejs3)
cd 进入生成的代码,执行 npm install , npm run build
然后启动一个静态服务器: simple-server build
simple-server build
本地访问 localhost:3000/Test.html报错:
预期页面应该能正常加载,和 npm run start时展示同样的内容
@alilc/lowcode-code-generator 1.1.6
@JackLian @qingniaotonghua 请问可以给下大概的思路吗,我可以帮着一起看下
可能和 @alilc/lowcode-code-generator 的版本有关,目前在 最新版 1.1.6 没有复现,可以先升级到这个版本试试
Describe the bug (required) / 详细描述 bug(必填)
使用命令行出码(solution选择icejs3),生成的代码执行 npm run build后运行报错
To Reproduce (required) / 如何复现 bug?(必填,非常重要)
使用命令行出码(solution选择icejs3)
cd 进入生成的代码,执行 npm install , npm run build
然后启动一个静态服务器:
simple-server build
本地访问 localhost:3000/Test.html报错:
Expected behavior (required) / 预期行为(必填,非常重要)
预期页面应该能正常加载,和 npm run start时展示同样的内容
Environments (please complete the following information) (required): / 请提供如下信息(必填)
@alilc/lowcode-code-generator 1.1.6
Additional context (optional) / 更多额外信息(可选)