try fix build
This commit is contained in:
+7
-1
@@ -42,4 +42,10 @@ sitemap-*.xml
|
|||||||
|
|
||||||
# generated files
|
# generated files
|
||||||
src/lib/runtime.ts
|
src/lib/runtime.ts
|
||||||
public/manifest.json
|
public/manifest.json
|
||||||
|
|
||||||
|
# PWA files
|
||||||
|
public/sw.js
|
||||||
|
public/sw.js.map
|
||||||
|
public/workbox-*.js
|
||||||
|
public/workbox-*.js.map
|
||||||
+1
-1
@@ -8,7 +8,7 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
swcMinify: false,
|
swcMinify: true,
|
||||||
|
|
||||||
experimental: {
|
experimental: {
|
||||||
instrumentationHook: process.env.NODE_ENV === 'production',
|
instrumentationHook: process.env.NODE_ENV === 'production',
|
||||||
|
|||||||
Reference in New Issue
Block a user