rsnext/test/integration/src-dir-support/next.config.js
JJ Kasper a8e3b02236 Add src directory support (#8735)
* Add find-pages-dir

* Add support for src directory

* Add test for pages dir preference

* Update comment
2019-09-24 17:15:14 +02:00

5 lines
60 B
JavaScript

module.exports = {
experimental: {
modern: true
}
}