rsnext/test/integration/export-default-map/next.config.js
JJ Kasper e1cf32ca60 Update export tests and fixed import (#6738)
* Fix import in export worker

* Update export tests

* Turn test parallelism up

* Fix config in export-default-map

* Switch parallelism back to 3
2019-03-20 11:42:02 -04:00

5 lines
57 B
JavaScript

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