File size: 154 Bytes
1e92f2d |
1 2 3 4 5 6 |
module.exports = function withRspack(config) {
process.env.NEXT_RSPACK = 'true'
process.env.RSPACK_CONFIG_VALIDATE = 'loose-silent'
return config
}
|
1e92f2d |
1 2 3 4 5 6 |
module.exports = function withRspack(config) {
process.env.NEXT_RSPACK = 'true'
process.env.RSPACK_CONFIG_VALIDATE = 'loose-silent'
return config
}
|