Skip to content

Instantly share code, notes, and snippets.

@gzzhanghao
Last active April 9, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzzhanghao/129cc9ea358535f1f12c676491e69682 to your computer and use it in GitHub Desktop.
Save gzzhanghao/129cc9ea358535f1f12c676491e69682 to your computer and use it in GitHub Desktop.
Babel inputSourceMap issue
{"version":3,"sources":["test.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA","sourcesContent":["export default {\n method() {\n this.deep.method(this.deep.prop);\n },\n}"]}
export default {
method() {
this.deep.method(this.deep.prop);
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment