You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is regarding the issue with packages that aren't in ES6
There seems to be a binary choice here were one is forced to eject or pick one of the many solutions (submodule in src/ or fork) to get the package in ES5.
It would be nice if create-react-app started allowing for small hooks without a full blown ejection.
In this case, it be nice to allow what packages would need to be transpiled down to ES5 since they are distributed in ES6.
The main argument I've been reading is that it might open up a whole avenue of bugs since you're deviating from the version the author offers, but that shouldn't matter if it's something one opts into.
Relevant discussion #1125 This comment could be fixed by using something like:
This is regarding the issue with packages that aren't in ES6
There seems to be a binary choice here were one is forced to eject or pick one of the many solutions (submodule in
src/
or fork) to get the package inES5
.It would be nice if create-react-app started allowing for small hooks without a full blown ejection.
In this case, it be nice to allow what packages would need to be transpiled down to
ES5
since they are distributed inES6
.The main argument I've been reading is that it might open up a whole avenue of bugs since you're deviating from the version the author offers, but that shouldn't matter if it's something one opts into.
Relevant discussion #1125
This comment could be fixed by using something like:
From babel/babel-loader#171 (comment)
The text was updated successfully, but these errors were encountered: