No description
Find a file
Tim Neutkens 7b0118a991
Disable core-js on Next.js core files as it's not transforming… (#10193)
* 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
2020-01-22 14:34:49 +01:00
.circleci Add selenium-webdriver and testing cross-browser in PRs (#9821) 2019-12-26 15:01:22 -05:00
.github Prettier fix (#8754) 2019-09-16 15:24:42 +02:00
.vscode Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
bench Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
docs [docs] Added related links to next.config.js (#10174) 2020-01-20 21:40:20 +01:00
errors fix broken link in error page (#10159) 2020-01-19 16:02:44 +01:00
examples Add with-stencil example (#10125) 2020-01-20 16:45:03 -05:00
packages Disable core-js on Next.js core files as it's not transforming… (#10193) 2020-01-22 14:34:49 +01:00
test Update error for failing to parse custom-route source (#10197) 2020-01-22 11:16:13 +01:00
.eslintignore Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
.eslintrc.json Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
.gitignore Improve exported router types (#7853) 2019-07-11 13:35:39 -04:00
.npmrc Remove version prefix 2018-10-02 01:35:56 +02:00
.prettierignore Improve prettier ignore (#8753) 2019-09-16 14:18:08 +02:00
.prettierignore_staged Adjust Commit Linting Hook (#9694) 2019-12-10 20:29:39 -06:00
.prettierrc.json Update Prettier configuration 2019-04-26 14:37:30 -04:00
azure-pipelines.yml Add selenium-webdriver and testing cross-browser in PRs (#9821) 2019-12-26 15:01:22 -05:00
CODE_OF_CONDUCT.md Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
contributing.md Make example READMEs more consistent (#10124) 2020-01-16 23:23:56 +01:00
jest.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
lerna.json v9.2.1-canary.7 2020-01-21 15:49:16 -06:00
license.md Zeit -> ZEIT (#5804) 2018-12-03 23:01:23 +01:00
lint-staged.config.js Adjust Commit Linting Hook (#9694) 2019-12-10 20:29:39 -06:00
package.json Fix Tests (#9963) 2020-01-06 10:43:26 -06:00
readme.md Monorepo (#5341) 2018-10-01 01:02:10 +02:00
run-tests.js Add file attribute to timings data (#9535) 2019-11-26 12:11:56 -05:00
UPGRADING.md Mention Custom App GIP in UPGRADING (#8647) 2019-09-05 22:37:22 -04:00
yarn.lock Remove native-url (#10176) 2020-01-20 14:47:42 -05:00

Next.js

Getting Started

Visit https://nextjs.org/learn to get started with Next.js.

Documentation

Visit https://nextjs.org/docs to view the documentation.

Contributing

Please see our contributing.md.

Authors