nitin42 / glamorous-primitives

💄 style primitive React interfaces with glamorous
91 stars 9 forks source link

adds es2015 preset to the babelrc #7

Closed theinterned closed 6 years ago

theinterned commented 6 years ago

fixes #6 - it seems that create-react-app is expecting a node-6 compatible build for all dependencies.

what I did

I added the es2015 babel preset to the .babelrc file.

see my comment here for context on the change: https://github.com/nitin42/glamorous-primitives/issues/6#issuecomment-350390219

nitin42 commented 6 years ago

Thanks!