Jakub Andrzejewski

Results 331 comments of Jakub Andrzejewski

Have you tried importing it like this? ```ts await import().then(lib => lib.default || lib) ```

For some reason, while importing from `moment/dist/locale` it breaks. Can you try to import them directly from moment like this? ```vue import moment from 'moment'; import 'moment/locale/fr'; import 'moment/locale/en-ca'; import...

Hmm, I have tested it on my stackblitz and it was working but now, cannot reproduce it working. The error is gone but also the locale change does not work,...

Hey, What about using logLevel option from Vite config and set it to silent? https://nuxt.com/docs/api/configuration/nuxt-config/#loglevel https://vitejs.dev/config/shared-options.html#loglevel

Hey, That is an interesting issue. Could you create a [reproduction](https://nuxt.com/docs/community/reporting-bugs/#create-a-minimal-reproduction)?

Ok, closing then. Great that you have found a way to make it work :)

Hey, does this happen on any particular page/endpoint? I tried searching for it but could not find any. Or maybe it is related to particular browser?

@danielroe can I take this one? :)

Awesome! I will start working on this :)

This is a really great feature! Cant wait to see it in the new version of nuxt 🙂