rsnext/test/integration/profiling/next.config.js
Tim Neutkens b32e65a830 Add experimental profiling flag (#6594)
* Add experimental profiling flag

* Update config.js
2019-03-11 13:53:24 -04:00

9 lines
175 B
JavaScript

module.exports = {
experimental: {
profiling: true
},
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60
}
}