rsnext/test/integration/chunking-minimal/next.config.js
Joe Haddad af82f322e5
Enable New CSS Support by Default (#9927)
* Enable New CSS Support by Default

* Adjust configs

* Fix invisible AMP body

* Fix AMP validation warning

* test fix

* Use expression that won't be eliminated by babel
2020-01-09 15:31:28 -05:00

5 lines
62 B
JavaScript

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