Skip to content

Commit

Permalink
fix(packages/next-polyfill-nomodule): url-polyfill is replaced by cor…
Browse files Browse the repository at this point in the history
…e-js/features/url

url-polyfill does not throw on invalid URLs(lifaon74/url-polyfill#54).

fix: [9851](vercel#9851)
  • Loading branch information
zhbhun committed May 12, 2020
1 parent 87e096e commit aeb6819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import 'core-js/features/weak-set'
import 'core-js/features/promise'
import 'core-js/features/promise/all-settled'
import 'core-js/features/promise/finally'
import 'core-js/features/url'

// Specialized Packages:
import 'whatwg-fetch'
import 'url-polyfill'
import assign from 'object-assign'
Object.assign = assign

0 comments on commit aeb6819

Please sign in to comment.