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
It could be you have babel6 in your existing app. When you upgrade cli on an app you haven’t touched for quite a while, there are lots of other deps have to be upgraded too.
It is easier to create a fresh app skeleton then copy over your existing source code.
I'm submitting a bug report
Library Version:
0.33.0
Loader/bundler:
SystemJS | RequireJS
Current behavior:
@EisenbergEffect latest 0.33.0 release breaks apps bootstrapped with requirejs/systemjs
The
gulp-babel
version was upgraded from7.0.1
to8.0.0-beta.2
in a routine version pump.cli/lib/dependencies.json
Line 49 in a38fb45
But
8.0.0-beta.2
requires additional peer dependency on@babel/core
.Even after manually install
@babel/core
, the app would not build properly, gulp complainsRevert back to
7.0.1
solves the issue. This issue doesn't affect webpack since it doesn't usegulp-babel
.The text was updated successfully, but these errors were encountered: