mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
chore: Enable all v4 features (#5224)
This commit is contained in:
@@ -10,7 +10,7 @@ date: 2023-02-28T23:07:48Z
|
||||
|
||||
This is the changelog for Discordeno.
|
||||
|
||||
<!-- truncate -->
|
||||
{/* truncate */}
|
||||
|
||||
## 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.
|
||||
|
||||
<!-- truncate -->
|
||||
{/* truncate */}
|
||||
|
||||
## Deno's Broken Promises: Why we had to make the switch
|
||||
|
||||
|
||||
@@ -22,21 +22,7 @@ const config: Config = {
|
||||
trailingSlash: false,
|
||||
|
||||
future: {
|
||||
v4: {
|
||||
// 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,
|
||||
},
|
||||
v4: true,
|
||||
},
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
|
||||
Reference in New Issue
Block a user