rsnext/packages/next/build
Janicklas Ralph ff2d3fd87d Polyfill window.fetch by Default (#9168)
* Polyfilling fetch and object-assign

* Polyfilling corejs object-assign

* Adding object-assign in polyfills.js. IE11 does not support Object.assign

* Fixing failing test

* Updating object.assign polyfill to fix aliasing

* Updating test case value to match new build stats

* Increasing the size of default build to 225kb

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

* Revert README.md

* Re-design the polyfill approach based on PR feedback

* Adding comment and fixing test case

* Rename polyfills chunk

* Extract aliases into helper

* Remove extra new line

* Fix TypeScript typings

* Adding _internal_fetch alias

* Adjust build manifest plugin

* Build manifest plugin changes - adding a separate entry for polyfills

* Rename polyfills entry in build-manifest.json

* Remove old comment

* Fix TS

* Set key

* Polyfills already added

* Filtring polyfill.module.js

* Fix test

* Add __internal_fetch to alias rule

* Adjust name

* bump size

* ignore polyfills

* sigh
2019-11-01 21:00:56 -04:00
..
babel Make sure to update scope for page export declaration (#9115) 2019-10-18 09:37:09 -05:00
output Check if 'formatAmpMessages' returns a none empty string in Next.js build process (#8924) 2019-10-29 23:49:40 -04:00
plugins Initial plugins implementation (#9139) 2019-11-01 14:13:13 -05:00
polyfills Polyfill window.fetch by Default (#9168) 2019-11-01 21:00:56 -04:00
profiler Add custom profiler / tracer (#8378) 2019-08-18 21:45:39 +02:00
webpack Polyfill window.fetch by Default (#9168) 2019-11-01 21:00:56 -04:00
compiler.ts Update webpack typings (#8783) 2019-09-18 11:24:37 -04:00
entries.ts Warn build on duplicate pages (#8646) 2019-09-11 14:26:10 -04:00
generate-build-id.ts Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
index.ts Polyfill window.fetch by Default (#9168) 2019-11-01 21:00:56 -04:00
is-writeable.ts Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
spinner.ts Update resetting log for spinners (#8995) 2019-10-08 11:33:51 -05:00
utils.ts Add experimental SPR support (#8832) 2019-09-24 10:50:04 +02:00
webpack-config.ts Polyfill window.fetch by Default (#9168) 2019-11-01 21:00:56 -04:00
write-build-id.ts Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00