We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf3ec6 commit 8fc5accCopy full SHA for 8fc5acc
packages/plugin-react-swc/tsdown.config.ts
@@ -6,6 +6,7 @@ export default defineConfig({
6
entry: 'src/index.ts',
7
format: ['esm', 'cjs'],
8
dts: true,
9
+ tsconfig: './tsconfig.src.json', // https://github.com/sxzz/rolldown-plugin-dts/issues/55
10
copy: [
11
{
12
from: 'node_modules/@vitejs/react-common/refresh-runtime.js',
0 commit comments