alibaba / lowcode-engine

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

> @alilc/lowcode-plugin-code-editor 已知依赖了 @babel/core 而间接依赖了 node 包,webpack 5 去掉了 node 包的 polyfill 导致跑不起来。这个月我把 babel core 替换为 babel-standalone,可以再试试。或者大家有空给 code-editor 提个 PR 我也会看的~ #3072

Open T95tongT opened 4 months ago

T95tongT commented 4 months ago
          > @alilc/lowcode-plugin-code-editor 已知依赖了 @babel/core 而间接依赖了 node 包,webpack 5 去掉了 node 包的 polyfill 导致跑不起来。这个月我把 babel core 替换为 babel-standalone,可以再试试。或者大家有空给 code-editor 提个 PR 我也会看的~

尝试使用webpack5搭建构建环境: https://github.com/BingBlog/lowcode-starter 整体上是可以运行的,prod场景下,一些优化还没加上。 目前的问题是:@alilc/lowcode-plugin-code-editor 这个插件不行。

大佬,这个有进展吗?目前有个这样的报错 image

Originally posted by @arleyGuoLei in https://github.com/alibaba/lowcode-engine/issues/272#issuecomment-1506572975