mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
1f7914485c
* Exclude @vue/runtime-core from processing to fix Vue SSR for nested components * Create seven-shoes-stare.md
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
export default {
|
|
name: '@astrojs/renderer-vue',
|
|
snowpackPlugin: '@snowpack/plugin-vue',
|
|
client: './client',
|
|
server: './server',
|
|
knownEntrypoints: ['vue'],
|
|
external: ['@vue/runtime-core'],
|
|
};
|