diff --git a/build/rollup.config.js b/build/rollup.config.js index bfe9638..b6ab4b0 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -183,7 +183,7 @@ export default [ { input: r('../dist/src/ssr.d.ts'), output: [{ - file: `dist/${pkg.name}-ssr.d.ts`, + file: 'ssr/index.d.ts', format: 'es' }], plugins: [dts()]