2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 09:32:24 +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'),
output: [{
file: `dist/${pkg.name}-ssr.d.ts`,
file: 'ssr/index.d.ts',
format: 'es'
}],
plugins: [dts()]