We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib: external: ['react/jsx-runtime'] app: optimizeDeps: { include: ['react/jsx-runtime'], },
"lint": "eslint \"**/*.{ts,tsx}\""
https://stackoverflow.com/questions/54543063/how-can-i-suppress-the-no-files-matching-the-pattern-message-in-eslint 15. npm publish 和 pack不一致 root目录添加.npmignore 17. d.ts生成目录问题 使用entryRoot qmhc/vite-plugin-dts#66
The text was updated successfully, but these errors were encountered:
No branches or pull requests
抽取types pkg,通过三斜线指令引入
使用npm v7,npm v8与pnpm v7不兼容
Pnpm publish doesn't work correctly with workspaces and npm 8.5.0 pnpm/pnpm#4348
使用单线程,或者直接使用vitest
peerdeps声明依赖,编写脚本安装
preserveSymlinks
Make JSX typings an optional install as they conflict with React TSX vuejs/core#1033
public-hoist-pattern
viteFinal
"Singleton client API not yet initialized" storybookjs/storybook#10887 (comment)
pnpm readPackage hook
或者 Support yarn’s resolutions package.json field pnpm/pnpm#1221
使用process.cwd()
使用函数返回
使用autoExternal
安装vitest插件 并在每个pkg把vitest作为dev deps
https://stackoverflow.com/questions/54543063/how-can-i-suppress-the-no-files-matching-the-pattern-message-in-eslint
15. npm publish 和 pack不一致
root目录添加.npmignore
17. d.ts生成目录问题
使用entryRoot
qmhc/vite-plugin-dts#66
The text was updated successfully, but these errors were encountered: