File tree 3 files changed +566
-55
lines changed
3 files changed +566
-55
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ module.exports = {
11
11
organizationName : "weaveworks" , // Usually your GitHub org/user name.
12
12
projectName : "weave-gitops" , // Usually your repo name.
13
13
trailingSlash : true ,
14
+ future : {
15
+ experimental_faster : true ,
16
+ } ,
14
17
plugins : [
15
18
( ) => ( {
16
19
// Load yaml files as blobs
Original file line number Diff line number Diff line change 15
15
},
16
16
"dependencies" : {
17
17
"@docusaurus/core" : " ^3.6.3" ,
18
+ "@docusaurus/faster" : " ^3.6.3" ,
18
19
"@docusaurus/plugin-client-redirects" : " ^3.6.3" ,
19
20
"@docusaurus/plugin-google-analytics" : " ^3.6.3" ,
20
21
"@docusaurus/plugin-google-gtag" : " ^3.6.3" ,
31
32
"react-player" : " ^2.11.0" ,
32
33
"trim" : " ^1.0.1" ,
33
34
"url-loader" : " ^4.1.1" ,
34
- "webpack" : " ^5.94.0 "
35
+ "webpack" : " ^5.97.1 "
35
36
},
36
37
"browserslist" : {
37
38
"production" : [
You can’t perform that action at this time.
0 commit comments