No description
Find a file
Janicklas Ralph 7848615bd6
Fix url-polyfill dep and re-enable native-url (#10726)
* Adding native-url package

* Bumping native-url version

* Upgrading native-url

* Logging stats object for debugging

* Logging stats object for debugging

* Adding try catch to the error lines

* Experimenting with regex

* Experimenting with regex

* Experimenting with regex

* Testing regex changes

* Fixing defer-script test case to not include polyfill.js

* Meging changes with existing polyfill work

* Bumping version

* adjust webpack config

* Reduce size in size test

* Remove 1kb from legacy

* Bumping native-url version, includes fix for IE11

* Update lock file

* Updating native-url, fixes issue on IE11

* Fix sourcemap being added in document

* Adding Router as an app level dep. Fixes Router not being added as a dep to pages without Link when granularChunks is enabled

* Fix typescript error

* Fix modern + granularChunks hydration failing

* Fix TS error

* Update native-url version

* Adding native-url with safari fix

* Update url-polyfill in polyfill-nomodule package

* Remove url-polyfill from next package.json

Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-02-27 22:08:58 -05:00
.github Update config.yml 2020-02-25 13:24:06 +01: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 Rename getServerProps to getServerSideProps (#10722) 2020-02-27 11:04:30 -06:00
errors Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
examples Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
packages Fix url-polyfill dep and re-enable native-url (#10726) 2020-02-27 22:08:58 -05:00
test Fix url-polyfill dep and re-enable native-url (#10726) 2020-02-27 22:08:58 -05:00
.eslintignore Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
.eslintrc.json Remove react import in create-next-app template (#10564) 2020-02-18 09:51:11 +01: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 Update tests running and add splitting by timings for Azure (#10214) 2020-01-23 12:37:01 -05:00
CODE_OF_CONDUCT.md Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
contributing.md Rename zeit.co/new → zeit.co/import (#10674) 2020-02-24 19:08:34 -05:00
jest.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
lerna.json v9.2.3-canary.16 2020-02-27 12:05:45 -06:00
license.md Zeit -> ZEIT (#5804) 2018-12-03 23:01:23 +01:00
lint-staged.config.js Add TypeScript Definitions for Sass (#10363) 2020-02-03 00:03:42 -05:00
package.json Bump amphtml-validator to 1.0.30 (#10588) 2020-02-19 13:34:44 +01:00
publish-release.sh Make sure to exit publish script with correct code (#10310) 2020-01-28 14:03:32 -05:00
readme.md Monorepo (#5341) 2018-10-01 01:02:10 +02:00
run-tests.js Migrate CircleCi config to GitHub actions (#10274) 2020-01-27 14:07:31 -06:00
UPGRADING.md Revert "Test" 2020-01-28 17:04:34 -08:00
yarn.lock Fix url-polyfill dep and re-enable native-url (#10726) 2020-02-27 22:08:58 -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