blog icon indicating copy to clipboard operation
blog copied to clipboard

服务端 server bundle 打包方案

Open yongheng2016 opened this issue 1 year ago • 0 comments

服务端 bundle 存在最大的问题就是文件读写和动态导入,因为编译功能无法在编译时获取需要读写 | 导入文件的的信息,因此很难适用于一些约定大于配置的框架(如 egg 和 gulu),但如果是 express 和 koa 这种需要显示的写明依赖的框架,是没有问题的。


yongheng2016 avatar Mar 14 '24 13:03 yongheng2016