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
All the source map files in build.js.map for my app is missing file system path, all are flattened out.
Eg: I have this in my source map "sources":[ "ViewStore.js" which should have been "sources":[ "src/stores/ViewStore.js"
I am on jspm 0.17.0-beta.32
The text was updated successfully, but these errors were encountered:
All the source map files in
build.js.map
for my app is missing file system path, all are flattened out.Eg: I have this in my source map
"sources":[ "ViewStore.js"
which should have been"sources":[ "src/stores/ViewStore.js"
I am on jspm 0.17.0-beta.32
The text was updated successfully, but these errors were encountered: