Ivan Demchuk

Results 50 comments of Ivan Demchuk

Cause: `vite-plugin-ssr` module id (url) looks like this: `/pages/index.page.client.vue?extractExportNames&lang.vue` `plugin-vue` assumes that it is a main vue module because there is no `type=` in query string and updates it instead...

We can either change vite detection of main module or add `type={something}` to `vite-plugin-ssr` module ids

![image](https://user-images.githubusercontent.com/2339406/182792700-3474d3c8-8b03-481b-b0c4-a1f17e0b774a.png) https://github.com/fluent-vue/fluent-vue it works. Function timed out few times. Some comments: - other badges have label on the left side - bundlejs label could be confusing. bundlephobia has just `minified...

Quasar cli `create` command is incompatible with Yarn 2. Cause is `consolidate` package that is not specifying peer dependencies properly too. Quasar cli uses it to render `handlebars` templates. That...

@eemeli @mathjazz Sorry for pinging. Is there anything I need to improve to have this merged?

I will be starting on it tomorrow. I was busy with my main job, so didn't have time to work on it before. @reemhamz Are you planning to use Nuxt...

I have added a simple Nuxt 2 example: https://github.com/fluent-vue/examples/tree/main/nuxt-2 Implementing something like https://github.com/nuxt-community/i18n-module will take much more time. I'd rather work on making `v-t` directive compatible with SSR for now....

SSR support wasn't that bad. :) I have merged it to that example. I will extract Nuxt build module to a separate package later.

@beinarovic This will fix build issue with `fluent-vue` in 80de119067374a274846d6a8d2feb242bff4af2b. I'm not sure about React changes. I have updated it so it will at least build, because latest code in...

Webpack 5 fix: https://github.com/projectfluent/fluent.js/pull/556