|
|
|
|
|
by krainboltgreene
3158 days ago
|
|
It's faster because it's doing much less. You're just mimicking babel with `babel-preset-typescript` + `babel-transform-object-rest-spread`, but without support for: - babel-preset-env
- babel-minification
- or any of the other dozen or so plugins that make development easier
- any bug fixes or polyfills
I don't get why people think that they're doing something special by not using babel. Pre-babel life sucked. |
|
Being able to do the same on the backend side would be nice.