Tristan Michael Lawrence
Tristan Michael Lawrence
Following this topic. I have the same issue, disabling the plugin solves the lag for me as well.
I'm not sure at all sorry. Let me know if you end up figuring it out
@Munter you make a fair point. I went all that way and then stopped at the manifest. Thank you @rubenaguadoc I'll go look into that pull request!
I was playing around with it, but after some reading, I think I'm going to opt out of this still. The `webpack-pwa-manifest` is kind of abandoned, and I don't want...
@arbel Np! In order to use animejs locally through requiring it in the index.js, you need to install the package to node_modules in the project. So in the project terminal...
You know what, I just tested it. If you call `anime()` in the `index.js` it works, but if you call `anime()` in the `scripts/script.js` it doesn't work... @shellscape, is there...
Coming from Gatsby, I decided to make a project in Nuxt, and was suprised to see all the components pre-fetched! I like the concept of only prefetching on hover and...
Ah good call, missing the `as` attribute! Ty
I'm also getting this error @timothyvanderaerden @awesomepeng.
@timothyvanderaerden @awesomepeng I have a fully functioning [webpack-boilerplate repo](https://github.com/tr1s/tris-webpack-boilerplate) that I'm trying to add the preloading to. Please head over there and look at the config and/or git clone and...