Terry Chen
Terry Chen
$ cross-env NODE_ENV=production rimraf ./lib && node ./build/rollup.build 正在打包第1/9个文件... 'D:Githublib-starter-master untimeplugin-vue ormalize.js' is imported by packages\test-module\src\main.vue, but could not be resolved – treating it as an external dependency 'D:Githublib-starter-master untimeplugin-vue...
when upgrade lerna from 8.1.2 to 8.1.9, with changest of README.md file, after publish package success, this README.md can not updated
### Reporting a bug? vite.config.ts ```ts import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vue"; import VueI18nPlugin from "@intlify/unplugin-vue-i18n/vite"; import { dirname } from "node:path"; import { fileURLToPath }...