mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
update config
This commit is contained in:
parent
b3e01e98d3
commit
1cf090805b
@ -1,16 +1,21 @@
|
||||
const withTM = require("next-transpile-modules")(["reaflow"]);
|
||||
|
||||
const nextConfig = withTM({
|
||||
reactStrictMode: true,
|
||||
exportPathMap: () => ({
|
||||
"/": { page: "/" },
|
||||
"/editor": { page: "/editor" },
|
||||
}),
|
||||
experimental: {
|
||||
esmExternals: "loose",
|
||||
outputStandalone: true,
|
||||
},
|
||||
compiler: {
|
||||
styledComponents: true,
|
||||
swcMinify: true,
|
||||
removeConsole: {
|
||||
exclude: ["error"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user