Closed gwwar closed 7 years ago
Do we need the runtime polyfills?
https://www.diffchecker.com/TsUjTIyo
I'm thinking... probably not. If anything, ES5+ on Object.create
and Object.getPrototypeOf
.
Alright, I tested a bit and I think we'll be okay with this change. I'm going to go ahead and merge this, then publish 1.1.0
@sirbrillig 1.1.0 is now available, so we can install via npm install gridicons@latest --save
or npm install gridicons@1.1.0 --save
Fixes #212
I had copy pasta'd the Calypso config, and missed that https://babeljs.io/docs/plugins/transform-runtime/ requires a hard dependency of
babel-runtime
. I went ahead and removed it since I'm not sure if we need these polyfillsFor testing convenience, I published this to
1.1.0-alpha.1
. So you can install this via:npm install gridicons@next --save
cc @aduth @sirbrillig