kodyl / stilr

Encapsulated styling for your javascript components with all the power of javascript and CSS combined.
MIT License
236 stars 16 forks source link

Code in NPM isn't compiled #8

Closed KyleAMathews closed 9 years ago

KyleAMathews commented 9 years ago

I take that back. The code is compiled but it's expecting Map(s) etc. to be available. Not a Babel expert but it needs https://babeljs.io/docs/usage/runtime/#core-js-aliasing enabled?

chriskjaer commented 9 years ago

Yeah, it uses Map internally. Corejs might be the right way to go if we can limit it to only polyfilling Map when needed (I'm not a babel expert either)