v0.6.0
Now includes DOMTokenList
and NodeList
polyfills from polyfill.io
.
These conflict with core-js
and require a change in your babel config to prevent issues.
+ exclude: [
+ "web.dom-collections.iterator",
+ "web.dom-collections.for-each"
+ ]
These need to be added in all steps/stages where core-js
|preset-env
might include these polyfills.