随笔分类 -  node

vite插件使用tsup打包后引入报错 Error: Dynamic require of "fs" is not supported
摘要:参考tsup.config.ts配置 import type { Options } from 'tsup' export const tsup: Options = { splitting: false, sourcemap: false, clean: true, format: ['cjs', 阅读全文
posted @ 2023-01-03 09:41 是庸 阅读(2502) 评论(0) 推荐(0)