Jonas

Results 59 comments of Jonas

Everything above and including `2.16.0` causes this in my case when combining with `nuxt.config.js` -> `build: { standalone: true }`. I initially added this because of some ESM problems (https://github.com/nuxt/nuxt/issues/9223)...

I installed `@nuxt/eslint-config` and I am trying to run a nuxt-brige / nuxt v2.17 project. This resolved my problem with eslint complaining like `useRouter' is not defined no-undef`. But now...

any updates here? This would mean I may have to switch to another slider 😞

Hey @nash403 Could you find some solution for this? I need to update vue and I would like to use the built in composition api in vue 2.7+. And now...

Perfect. Thank you, I will have a look at that.

Hm Ok. So if a guest user choses a name that is offensive or otherwise not acceptable there is no way we can publish the comment without publishing that name...

In my nuxt config you mean? Well I could do that, but if you think the config is wrong anyway, I will first try to dig a bit deeper into...

Well I guess it maybe has to do with my lack of complete understanding how to use webpack loaders in a nuxt project... Anyway: https://github.com/Jones-S/nuxt-modernizr here is a sample repo,...

Hm, I removed that alreay, but now I got a message that modernizr is missing – which is not the case. I managed to register my alias though: ``` build:...

``` ERROR Failed to compile with 1 errors friendly-errors 13:29:37 This dependency was not found: friendly-errors 13:29:37 friendly-errors 13:29:37 * modernizr in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./pages/index.vue?vue&type=script&lang=js& friendly-errors 13:29:37 friendly-errors 13:29:37 To install it,...