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
There are things that we could check for at build time to avoid finding out about a problem when they run the bundle. We should add a step that looks at a bundle during build and reports errors or warnings.
Invalid templating, e.g. missing quotes, unclosed curly quotes, bundle.foo which isn't supported
Using parameters that aren't defined or were mispelled
Using dependencies that are not there
Using dependency outputs from the uninstall step
Not declaring a mixin
etc
The text was updated successfully, but these errors were encountered:
There are things that we could check for at build time to avoid finding out about a problem when they run the bundle. We should add a step that looks at a bundle during build and reports errors or warnings.
The text was updated successfully, but these errors were encountered: