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
Didn't catch this earlier because in my own monorepo at work, a migration added the file for me.
It should be fairly easy to look into the code of some official plugins and figure out how they do it.
To avoid regressions, I'm thinking it's also time to add a new e2e test to the executor: once sources get generated (current test), also import something from the lib into an app and build the app to see if there's any problem preventing it to compile, like the missing .babelrc.
The text was updated successfully, but these errors were encountered:
Like this one:
tsconfg
files would be nice too, I guess.Didn't catch this earlier because in my own monorepo at work, a migration added the file for me.
It should be fairly easy to look into the code of some official plugins and figure out how they do it.
To avoid regressions, I'm thinking it's also time to add a new e2e test to the executor: once sources get generated (current test), also import something from the lib into an app and build the app to see if there's any problem preventing it to compile, like the missing
.babelrc
.The text was updated successfully, but these errors were encountered: