Use the imports helper in transform-runtime.

This commit is contained in:
Logan Smyth
2017-09-20 09:32:14 -07:00
parent 11715cb7af
commit ed3603ef44
22 changed files with 150 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
import _classCallCheck from "babel-runtime/helpers/classCallCheck";
var _classCallCheck = require("babel-runtime/helpers/classCallCheck").default;
let Foo = function Foo() {
_classCallCheck(this, Foo);