christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Custom babel config? #206

Open siddharthkp opened 7 years ago

siddharthkp commented 7 years ago

Suggestion: Ability to change the babel config

Why? It is quite difficult to stay on top of all the new developments in ES*

There are some features that I would to use today in webpackbin today: example decorators (stage 2) or styled-jsx

With a customizable babel config, this does not become an overhead for the maintainers

Suggested approach: Let users override defaults by adding a .babelrc to the bin

siddharthkp commented 7 years ago

I might be completely wrong here. I did not go through the entire docs 🙊