2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 16:20:35 +03:00

fix: export ssr type declarion into ssr folder

This commit is contained in:
pimlie
2021-05-23 16:48:48 +02:00
parent 88d57e7199
commit 01e4aed340
+1 -1
View File
@@ -183,7 +183,7 @@ export default [
{ {
input: r('../dist/src/ssr.d.ts'), input: r('../dist/src/ssr.d.ts'),
output: [{ output: [{
file: `dist/${pkg.name}-ssr.d.ts`, file: 'ssr/index.d.ts',
format: 'es' format: 'es'
}], }],
plugins: [dts()] plugins: [dts()]