v0id

Results 9 comments of v0id

> I ditched `next-compose-plugins` since it's unmaintained and replaced it with these lines: > > ``` > module.exports = (_phase, { defaultConfig }) => { > const plugins = [withStaticImport,...

i got fixing config next-pwa (v 5.5.5) with this config ``` const withPWA = require('next-pwa'); /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, compiler: { removeConsole:...

for replacing feature not released yet?

nope @Kozioleczek 😿

any update on this issue? i have same problem ![image](https://user-images.githubusercontent.com/49369600/232361635-a7e21716-b5b7-49a2-8823-dc12f34cb55b.png)

AWS-amplify not maintained again? this product has dead?

> I updated my next version to next release and issue was fixed. has fixed with next rc version ?

> I'm using NEXT version `13.4.17` and the images are not getting rendered for me. Also, I can't downgrade the version as the application is using some newer features such...

> Shake effect is now disabled by default. Running `wow` in your terminal will toggle the shake effect. how to enable by default local config?