Replies: 2 comments
-
Hey @vsavkin, I am also trying to add a PWA. In my Next JS 13 projects within NX |
Beta Was this translation helpful? Give feedback.
-
this is how i did it // eslint-disable-next-line @typescript-eslint/no-var-requires /**
const plugins = [ module.exports = composePlugins(...plugins)(nextConfig); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have once added PWA support to a web application, and this time I followed the same procedure but it didn't work out with NX application.
Can you guys please help me with setting up PWA with a Next.js application?
Beta Was this translation helpful? Give feedback.
All reactions