File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,14 @@ module.exports = {
1818 projectName : 'apify-docs' ,
1919 scripts : [ '/js/custom.js' ] ,
2020 future : {
21- experimental_faster : true ,
22- v4 : true ,
21+ experimental_faster : {
22+ // swcJsLoader: true,
23+ swcJsMinimizer : true ,
24+ swcHtmlMinimizer : true ,
25+ lightningCssMinimizer : true ,
26+ rspackBundler : true ,
27+ mdxCrossCompilerCache : true ,
28+ } ,
2329 } ,
2430 headTags : [
2531 {
@@ -229,13 +235,13 @@ module.exports = {
229235 } ,
230236 } ,
231237 ] ,
232- [
233- resolve ( __dirname , 'src/plugins/docusaurus-plugin-segment' ) ,
234- {
235- writeKey : process . env . SEGMENT_TOKEN ,
236- allowedInDev : false ,
237- } ,
238- ] ,
238+ // [
239+ // resolve(__dirname, 'src/plugins/docusaurus-plugin-segment'),
240+ // {
241+ // writeKey: process.env.SEGMENT_TOKEN,
242+ // allowedInDev: false,
243+ // },
244+ // ],
239245 ( ) => ( {
240246 name : 'webpack-loader-fix' ,
241247 configureWebpack ( ) {
You can’t perform that action at this time.
0 commit comments