rsnext/bench/nested-deps/next.config.js

10 lines
185 B
JavaScript
Raw Normal View History

const idx = process.execArgv.indexOf('--cpu-prof')
if (idx >= 0) process.execArgv.splice(idx, 1)
module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
swcMinify: true,
}