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 = {
18
18
projectName : 'apify-docs' ,
19
19
scripts : [ '/js/custom.js' ] ,
20
20
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
+ } ,
23
29
} ,
24
30
headTags : [
25
31
{
@@ -229,13 +235,13 @@ module.exports = {
229
235
} ,
230
236
} ,
231
237
] ,
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
+ // ],
239
245
( ) => ( {
240
246
name : 'webpack-loader-fix' ,
241
247
configureWebpack ( ) {
You can’t perform that action at this time.
0 commit comments