rsnext/packages/next/client
Tim Neutkens 6988a2e0a5
Use builtins for React transform (#10207)
* Disable core-js on Next.js core files as it's not transforming anything important

* Move babel options to taskr plugin

* Disable transform-runtime for pages dir

* Disable correctly

* Disable corejs for core files

* Temporarily check if this fixes the error

* Use builtIns and exclude async-to-generator

* Update index.test.js
2020-01-22 16:24:02 +01:00
..
dev Delay hydration until after page is visible in development (#10164) 2020-01-20 21:41:41 +01:00
head-manager.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
index.js Disable core-js on Next.js core files as it's not transforming… (#10193) 2020-01-22 14:34:49 +01:00
link.tsx Simplify <Link> Prefetch Deduping (#9987) 2020-01-07 18:25:44 -05:00
next-dev.js Delay hydration until after page is visible in development (#10164) 2020-01-20 21:41:41 +01:00
next.js Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
page-loader.js Simplify <Link> Prefetch Deduping (#9987) 2020-01-07 18:25:44 -05:00
polyfills.js Replace url polyfill with self.URL (#9200) 2019-11-25 23:10:02 -05:00
router.ts Use builtins for React transform (#10207) 2020-01-22 16:24:02 +01:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00