Skip to content

Commit

Permalink
Add Array.flat polyfill to nomodule-polyfills (vercel#11004)
Browse files Browse the repository at this point in the history
* Add Array.flat polyfill to nomodule-polyfills

* Fix code style issue
  • Loading branch information
danlutz authored and ScriptedAlchemy committed Mar 17, 2020
1 parent 6943521 commit 3291b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-polyfill-nomodule/src/index.js
Expand Up @@ -3,6 +3,7 @@ import 'core-js/features/array/fill'
import 'core-js/features/array/find'
import 'core-js/features/array/find-index'
import 'core-js/features/array/flat-map'
import 'core-js/features/array/flat'
import 'core-js/features/array/from'
import 'core-js/features/array/includes'
import 'core-js/features/array/iterator'
Expand Down

0 comments on commit 3291b3d

Please sign in to comment.