build: enable swc
This commit is contained in:
parent
a978969aa1
commit
b2c45c9b69
@ -4,6 +4,7 @@ const withGraphQL = require('next-plugin-graphql');
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
swcMinify: true,
|
||||
reactStrictMode: false,
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user