mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:44:14 +03:00
build: use swc (#839)
This commit is contained in:
parent
75435e1c69
commit
7583205011
@ -68,6 +68,9 @@ const nextConfig = {
|
||||
return profile;
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
experimental: {
|
||||
forceSwcTransforms: true,
|
||||
},
|
||||
};
|
||||
|
||||
const baseDir = process.env.LOCAL_BLOCK_SUITE ?? '/';
|
||||
|
Loading…
Reference in New Issue
Block a user