rsnext/test/integration/telemetry/next.config.swc
Jiachi Liu 47769d14bc
Remove swc minify related code branches (#65690)
### What

Remove `swcMinify` related branches as the option is deprecated and it's
always enabled

* Remove the related branches for checking `config.swcMinify`
* Remove the related telemetry about `swcMinify`
2024-05-13 23:37:37 +02:00

13 lines
280 B
Text

module.exports = {
compiler: {
relay: {
// This should match relay.config.js
src: './',
artifactDirectory: './__generated__',
language: 'typescript',
},
styledComponents: true,
removeConsole: true,
reactRemoveProperties: true,
},
}