modern.js icon indicating copy to clipboard operation
modern.js copied to clipboard

plugin-bff 和 plugin-storybook 执行了 npm run build 之后会生成 .runtime-exports 目录

Open leeight opened this issue 3 years ago • 1 comments

RT

leeight avatar Jan 09 '22 12:01 leeight

感觉 .runtime-exports 的存在也是设计问题。 不清楚当时为了解决什么问题而产生的,当时有讨论过的方案有哪些?为什么最后选择了这个方案?

leeight avatar Jan 09 '22 12:01 leeight

这个 issue 应该可以 close 了,目前 .runtime-exports 是在 node_modules 下面,对用户无感知,主要用于存放一些框架生成的临时文件。

未来等 Rspack 支持了 virtual module,可以考虑优先使用 virtual module 来实现,避免磁盘写入行为。

chenjiahan avatar Mar 23 '23 02:03 chenjiahan