2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
Move babel whitelist helpers to a common file
This commit is contained in:
XhmikosR
2020-05-04 20:11:30 +03:00
parent d8691fcd5a
commit f3aed77dc7
3 changed files with 23 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
'use strict'
// These are the babel helpers we whitelist
const helpers = [
'createClass',
'createSuper',
'defineProperties',
'defineProperty',
'inheritsLoose',
'objectSpread2'
]
module.exports = helpers