mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 21:50:33 +03:00
fix: export ssr type declarion into ssr folder
This commit is contained in:
@@ -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()]
|
||||||
|
|||||||
Reference in New Issue
Block a user