Last active
April 9, 2018 15:46
-
-
Save gzzhanghao/129cc9ea358535f1f12c676491e69682 to your computer and use it in GitHub Desktop.
Babel inputSourceMap issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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}"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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