#Potential bug in vue `appEntryPoint` option

3 messages · Page 1 of 1 (latest)

sterile widget
#

I have this in my astro config:

export default defineConfig({
  output: 'server',
  adapter: aws(),
  integrations: [vue({ appEntrypoint: '/src/vue-main' }), vuetify],
});

src/vue-main.ts does get included properly and code is executed within it. however, any CSS files I import there are ignored.

#

Potential bug in vue appEntryPoint option

mild ridge