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 tried out Stanza on a sample WebFlow project this afternoon, and Chrome was throwing the error "Failed to parse SourceMap." I wasn't able to find any specific fix for this on google, but I decided to try deleting some objects from the generated meteor project, and I was able to make this error go away after removing any components/reducers/action-creators/action-type-constants that came from the fact that I used Collections in WebFlow. The WebFlow projects had a file called detail_user.html that essentially had nothing in the <body> tag, and stanza generated some empty .js files that had nothing more than /* eslint-disable */ at the top.
I haven't spent enough time yet to dig into whether this was really the reason the error went away, but I thought you guys might want to know about it.
The text was updated successfully, but these errors were encountered:
I tried out Stanza on a sample WebFlow project this afternoon, and Chrome was throwing the error "Failed to parse SourceMap." I wasn't able to find any specific fix for this on google, but I decided to try deleting some objects from the generated meteor project, and I was able to make this error go away after removing any components/reducers/action-creators/action-type-constants that came from the fact that I used Collections in WebFlow. The WebFlow projects had a file called detail_user.html that essentially had nothing in the
<body>
tag, and stanza generated some empty .js files that had nothing more than/* eslint-disable */
at the top.I haven't spent enough time yet to dig into whether this was really the reason the error went away, but I thought you guys might want to know about it.
The text was updated successfully, but these errors were encountered: