Closed theinterned closed 6 years ago
fixes #6 - it seems that create-react-app is expecting a node-6 compatible build for all dependencies.
I added the es2015 babel preset to the .babelrc file.
es2015
.babelrc
see my comment here for context on the change: https://github.com/nitin42/glamorous-primitives/issues/6#issuecomment-350390219
Thanks!
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