Export babel-runtime helpers as standard CommonJS.

This commit is contained in:
Logan Smyth
2017-09-24 23:41:50 -07:00
parent 5eda451fb8
commit ed6e6fd7dd
21 changed files with 45 additions and 55 deletions

View File

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