swc-project / swc-loader

Moved to https://github.com/swc-project/pkgs
MIT License
394 stars 29 forks source link

Fix missing variable, add .editorconfig file and example React app #4

Closed kdy1 closed 5 years ago

kdy1 commented 5 years ago

Closes #3

fabiosantoscode commented 5 years ago

The config you added should be in the docs! Should I add it?

kdy1 commented 5 years ago

@fabiosantoscode It's documented at https://swc-project.github.io/docs/configuring-swc although it is not complete.

fabiosantoscode commented 5 years ago

I just thought it would be great to have a React example in the README. Would get more people to use swc, mostly they use babel because of react. I know that's my case!