We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a9ce commit dd640efCopy full SHA for dd640ef
next.config.js
@@ -37,6 +37,8 @@ const nextConfigFunction = async (phase) => {
37
const withPWA = (await import('@ducanh2912/next-pwa')).default({
38
dest: 'public',
39
disable: 'development' === process.env.NODE_ENV,
40
+ // @ts-expect-error buildExcludes is supported at runtime even if missing in types
41
+ buildExcludes: [/_next\/dynamic-css-manifest\.json$/],
42
});
43
return withPWA(nextConfig);
44
}
0 commit comments