mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 03:41:03 +00:00
fix babel config in our files
This commit is contained in:
parent
2c86fdb254
commit
fe492d8021
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'@babel/env',
|
'@babel/preset-env',
|
||||||
{
|
{
|
||||||
loose: true,
|
loose: true,
|
||||||
modules: false,
|
modules: false,
|
||||||
|
@ -75,6 +75,7 @@ const conf = {
|
|||||||
externalHelpersWhitelist: [
|
externalHelpersWhitelist: [
|
||||||
'defineProperties',
|
'defineProperties',
|
||||||
'createClass',
|
'createClass',
|
||||||
|
'createSuper',
|
||||||
'inheritsLoose',
|
'inheritsLoose',
|
||||||
'defineProperty',
|
'defineProperty',
|
||||||
'objectSpread2'
|
'objectSpread2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user