Cause
lowcode-engine currently only supports CDN usage. If you created your own project and see this error, it is usually because the npm package was bundled into your build.
Solution
engine-demo project
Add one line to the project's externals configuration
Other projects
webpack
https://webpack.js.org/configuration/externals/
Usage documentation
To be added