rsnext/test/integration/amphtml-custom-optimizer/next.config.js
Jiachi Liu adb56ef2bc
Enable html post optimization for react 18 (#36837)
Follow up for #35888 to re-enable more test, and re-enable post processors after #36792 has better support for document.gIP with react 18. Apply post-pocessing when the the shell chunk is fully buffered.

re-enabled integration tests for react 18:
- amphtml
- amphtml-custom-optimizer
- app-document
- font-optimization

Fixes #35835


## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
2022-05-12 17:41:37 +00:00

12 lines
206 B
JavaScript

module.exports = {
experimental: {
amp: {
optimizer: {
ampRuntimeVersion: '001515617716922',
rtv: true,
verbose: true,
},
skipValidation: true,
},
},
}