chore: Enable all v4 features (#5224)

This commit is contained in:
Fleny
2026-07-25 05:30:47 +05:30
committed by GitHub
parent dac284a01e
commit 6e830e57ce
3 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ date: 2023-02-28T23:07:48Z
This is the changelog for Discordeno. This is the changelog for Discordeno.
<!-- truncate --> {/* truncate */}
## Description ## Description
@@ -10,7 +10,7 @@ date: 2023-04-03T17:01:03Z
As a team, we have recently made the decision to move away from Deno and migrate to Node.js. This was not a decision we made lightly, but rather one that was based on several factors. As a team, we have recently made the decision to move away from Deno and migrate to Node.js. This was not a decision we made lightly, but rather one that was based on several factors.
<!-- truncate --> {/* truncate */}
## Deno's Broken Promises: Why we had to make the switch ## Deno's Broken Promises: Why we had to make the switch
+1 -15
View File
@@ -22,21 +22,7 @@ const config: Config = {
trailingSlash: false, trailingSlash: false,
future: { future: {
v4: { v4: true,
// Used for https://docusaurus.io/blog/releases/3.8#worker-threads
removeLegacyPostBuildHeadAttribute: true,
useCssCascadeLayers: false,
},
faster: {
lightningCssMinimizer: true,
mdxCrossCompilerCache: true,
rspackBundler: true,
rspackPersistentCache: true,
ssgWorkerThreads: true,
swcHtmlMinimizer: true,
swcJsLoader: true,
swcJsMinimizer: true,
},
}, },
onBrokenLinks: 'throw', onBrokenLinks: 'throw',