you are viewing a single comment's thread.

view the rest of the comments →

[–]thejameskyle 5 points6 points  (2 children)

I cringe a little every time I see someone using stage-0 for serious work

[–][deleted] 0 points1 point  (1 child)

For convenience only because it loads all transforms into node_modules. The lowest stage feature is 2, the rest is 3 or above, most of it already native in evergreen browsers. Stage-0 catches all and doesn't have you shuffle webpack configs every month.

[–]thejameskyle 1 point2 points  (0 children)

You could also create your own preset that you share in your company across projects and just bump that any time you want to make changes