Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的代码中使用和导入 msw 库作为开发模式下的 es 模块,并且我正在使用import.meta.env.DEV它来将其包含在开发中。但是当我为生产而构建时,这个库也包含在构建输出中。那么如何从构建输出中排除这段代码呢?
import.meta.env.DEV