mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix babel config in our files
This commit is contained in:
parent
2c86fdb254
commit
fe492d8021
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@babel/env',
|
||||
'@babel/preset-env',
|
||||
{
|
||||
loose: true,
|
||||
modules: false,
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ const conf = {
|
|||
externalHelpersWhitelist: [
|
||||
'defineProperties',
|
||||
'createClass',
|
||||
'createSuper',
|
||||
'inheritsLoose',
|
||||
'defineProperty',
|
||||
'objectSpread2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue