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
This bug is a bit complicated to reproduce. In Swagger Editor when I introduced two new component that were using babelify all of the sudden uglified code for vendors started to throw errors.
Both module had sourcemaps in their bundle.js file
Removing sourcemaps fixed the issue.
It's not the easiest to reproduce bug but I thought maybe it's going to help to share my experience here.
The text was updated successfully, but these errors were encountered:
mohsen1
changed the title
Uglifying two babelified with sourcemasp leads to error
Uglifying two babelified files with sourcemasp leads to error
Sep 2, 2015
This bug is a bit complicated to reproduce. In Swagger Editor when I introduced two new component that were using babelify all of the sudden uglified code for vendors started to throw errors.
This happened in swagger-api/swagger-editor@a8eb771 commit.
I was able to fix this by essentially removing the sourcemap from json-schema-view-js
bundle.js
file by using the minified version. (this commit)Here is list of facts:
bundle.js
fileIt's not the easiest to reproduce bug but I thought maybe it's going to help to share my experience here.
The text was updated successfully, but these errors were encountered: