Shouldn't include `require('babel-polyfill');`
dylang opened this issue · 1 comments
dylang commented
https://github.com/jonathantneal/postcss-advanced-variables/blob/master/index.js#L2
This probably shouldn't be in the distributed bundle, because it Babel throws an error if it's already included, and it means this library can't be imported into in any projects that are already using babel-polyfill
.
Thanks!
jonathantneal commented
Thank you for reporting this! It is fixed in v2.3.1.