@splendidlabz/astro
v1.3.0
Published
To use the our Astro components in your project, you need to add `noExternal` key to your `astro.config.mjs` file:
Downloads
138
Readme
To use the our Astro components in your project, you need to add noExternal
key to your astro.config.mjs
file:
export default defineConfig({
vite: {
ssr: { noExternal: ['@splendidlabz/astro'] },
},
})
(WHy this? Probably have to explain a bit...).. Have to figure it out again to note the reason why.