feat: add speech telemetry and bundle guard
This commit is contained in:
@@ -43,6 +43,11 @@ const nextConfig = {
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
// Avoid serializing very large strings into webpack's filesystem cache during production builds
|
||||
if (!dev) {
|
||||
config.cache = { type: 'memory' };
|
||||
}
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user