mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 05:36:39 +00:00
693 B
693 B
title, sidebar_position, tags
| title | sidebar_position | tags | |
|---|---|---|---|
| VERSION_PLACEHOLDER is not defined | 14 |
|
问题原因
由于 lowcode-engine 目前只提供 cdn 的使用方式。如果是自己创建的项目,遇到这个报错了,主要是因为将 npm 包打包进去了。
解决方案
engine-demo 项目
在项目的 externals 配置里加一行配置
其他项目
webpack
https://webpack.docschina.org/configuration/externals/
使用文档
待补充