Fix path.remove() leading & trailing comments sharing (#5504)

This commit is contained in:
Damien Maillard
2017-03-23 16:55:14 +01:00
committed by Henry Zhu
parent 0cd541b7d8
commit 299e51298c
8 changed files with 81 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
var _export = require("./export");
//index.js file
function ParentComponent() {
return babelHelpers.jsx(_export.form.TestComponent, {});
} //index.js file
}