Skip to content

Commit db9dc3f

Browse files
authored
chore: swap webpack for rspack (#4319)
1 parent 3815544 commit db9dc3f

File tree

3 files changed

+566
-55
lines changed

3 files changed

+566
-55
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ module.exports = {
1111
organizationName: "weaveworks", // Usually your GitHub org/user name.
1212
projectName: "weave-gitops", // Usually your repo name.
1313
trailingSlash: true,
14+
future: {
15+
experimental_faster: true,
16+
},
1417
plugins: [
1518
() => ({
1619
// Load yaml files as blobs

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@docusaurus/core": "^3.6.3",
18+
"@docusaurus/faster": "^3.6.3",
1819
"@docusaurus/plugin-client-redirects": "^3.6.3",
1920
"@docusaurus/plugin-google-analytics": "^3.6.3",
2021
"@docusaurus/plugin-google-gtag": "^3.6.3",
@@ -31,7 +32,7 @@
3132
"react-player": "^2.11.0",
3233
"trim": "^1.0.1",
3334
"url-loader": "^4.1.1",
34-
"webpack": "^5.94.0"
35+
"webpack": "^5.97.1"
3536
},
3637
"browserslist": {
3738
"production": [

0 commit comments

Comments
 (0)