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
The app does build if i make the change as noted below:
.babelrc.js:
module.exports=function(api){api.cache(true);// i had to add this linereturn{presets: ['@glimmer/babel-preset','@babel/preset-env','@babel/preset-typescript'],};};
The text was updated successfully, but these errors were encountered:
The app does build if i make the change as noted below:
.babelrc.js:
The text was updated successfully, but these errors were encountered: