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
I'm updating libraries on a legacy project. Our build system relies on gulp and i've installed gulp-babel, babel-core etc and the scripts run. However the app fails with Module '[module name]' is not available! errors. I assume that babel is doing more under the hood than ngAnnotate was and it's causing some issues. I've tried changing settings in my .babelrc file, but that hasn't helped. Here's my current configuration.
I'm updating libraries on a legacy project. Our build system relies on gulp and i've installed
gulp-babel
,babel-core
etc and the scripts run. However the app fails withModule '[module name]' is not available!
errors. I assume that babel is doing more under the hood than ngAnnotate was and it's causing some issues. I've tried changing settings in my.babelrc
file, but that hasn't helped. Here's my current configuration..babelrc...
application coffee script gulp task...
vendor js gulp task
The text was updated successfully, but these errors were encountered: