diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/babel-helpers.js')
-rw-r--r-- | vendor/twbs/bootstrap/build/babel-helpers.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/twbs/bootstrap/build/babel-helpers.js b/vendor/twbs/bootstrap/build/babel-helpers.js deleted file mode 100644 index d444628f6..000000000 --- a/vendor/twbs/bootstrap/build/babel-helpers.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict' - -// These are the babel helpers we whitelist -const helpers = [ - 'createClass', - 'createSuper', - 'defineProperties', - 'defineProperty', - 'inheritsLoose', - 'objectSpread2' -] - -module.exports = helpers |