mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Switch to swc compiler, no more babel
This commit is contained in:
@@ -4,10 +4,16 @@
|
||||
* @type {import('next').NextConfig}
|
||||
* */
|
||||
const nextConfig = {
|
||||
compiler: {
|
||||
reactRemoveProperties: true,
|
||||
removeConsole: true,
|
||||
styledComponents: true,
|
||||
},
|
||||
experimental: {
|
||||
reactRoot: true,
|
||||
},
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user