mirror of https://github.com/fantasticit/think.git
client: remove swcMinify
This commit is contained in:
parent
9a40ca9e89
commit
6f1a31cc3d
|
@ -7,7 +7,6 @@ const pwaRuntimeCaching = require('./pwa-cache');
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = semi({
|
const nextConfig = semi({
|
||||||
swcMinify: true,
|
|
||||||
experimental: {
|
experimental: {
|
||||||
scrollRestoration: true,
|
scrollRestoration: true,
|
||||||
legacyBrowsers: false,
|
legacyBrowsers: false,
|
||||||
|
|
Loading…
Reference in New Issue