rsnext/test/integration/static-404/next.config.js
Prateek Bhatnagar 16672a4353
Adding conformance checks (#10314)
* adding tests  for rect sync conformance check

* adding test for react sync script conformance check

* reverting yarn lock changes

* adding duplicate polyfill conformance

* bug fixes in dulpicate polyfill conformance check

* adding settings capability to conformance plugin

* removing minification check from server build

* bug fix

* settings for react sync script check
2020-03-02 22:53:18 +01:00

4 lines
94 B
JavaScript

module.exports = {
generateBuildId: () => 'test-id',
experimental: { static404: true },
}