rsnext/packages/next/build
JJ Kasper cdd54afb0d Add auto static/dynamic (#7293)
* Add automatic exporting of pages with no getInitialProps

* Add support for exporting serverless to static
and serving the html files during next start

* Fix missing runtimeEnv when requiring page, re-add warning
when trying to export with serverless, and update tests

* Update flying-shuttle test

* revert un-used pagesManifest change

* remove query.amp RegExp test

* Fix windows backslashes not being replaced

* Re-enable serverless support for next start

* bump

* Fix getInitialProps check

* Fix incorrect error check

* Re-add check for reserved pages

* Fix static check

* Update to ignore /api pages and clean up some tests

* Re-add needed next.config for test and correct behavior

* Update RegExp for ignored pages for auto-static

* Add checking for custom getInitialProps in pages/_app

* Update isPageStatic logic to only use default export

* Re-add retrying to CircleCi

* Update query during dev to only have values
available during export for static pages

* Fix test

* Add warning when page without default export is
found and make sure to update pages-manifest
correctly in flying-shuttle mode

* Fix backslashes not being replaced

* Integrate auto-static with flying-shuttle
and make sure AMP is handled in flying-shuttle

* Add autoExport for opting in
2019-05-22 09:36:53 -07:00
..
babel TypeScript preset should always be enabled (#7137) 2019-04-25 00:10:27 +09:00
output Fix application output (#7264) 2019-05-06 15:22:54 +02:00
webpack Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
compiler.ts Revert ncc webpack (#7370) 2019-05-17 13:25:46 +02:00
entries.ts Make sure API routes are built in production (#7306) 2019-05-11 15:32:38 +02:00
flying-shuttle.ts Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
generate-build-id.ts Fix adblock comment (#6859) 2019-04-02 04:37:04 -04:00
index.ts Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
is-writeable.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00
utils.ts Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
webpack-config.ts Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
write-build-id.ts Disable flying shuttle when building for now dev (#6998) 2019-04-10 12:37:13 -04:00