fix: minify incorrect (#23)

* fix: minify incorrect

* chore: format
This commit is contained in:
Whitewater
2022-10-14 19:29:36 +08:00
committed by GitHub
parent a8d580d46a
commit cf99129205
3 changed files with 21 additions and 22 deletions

View File

@@ -1,7 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
productionBrowserSourceMaps: true,
reactStrictMode: false,
swcMinify: true,
swcMinify: false,
};
module.exports = nextConfig;

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2020",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,