patrick91 / Styled-Components-Typescript-Example

Sample "app" using typescript and styled components.
104 stars 27 forks source link

Update Babel config for successfully run #10

Closed ravecat closed 6 years ago

ravecat commented 6 years ago

Hello, thank you for work!

But last version of code doesn't run, probably, you need update .babelrc like that

{ "presets": [
    ["es2015", {"modules": false }]
  ]
}

Current configuration is worked

patrick91 commented 6 years ago

It worked on my machine when I changed the setup, I'll double check again! Thanks :)

patrick91 commented 6 years ago

@ravecat fixed, thanks! Not sure why it was working on my personal machine :)