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 think the issue here is that the e2e script is running the build task with the --debug-template flag, so the relative path in build.js is ./template. When running the actual build task in a new project, that flag isn't set so a different relative path is used. Not sure what the best solution is to prevent this, but that explains the missed error.
npm run build
currently fails due to #162 (comment).However e2e script didn't catch it.
The text was updated successfully, but these errors were encountered: