mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Object spread : less jQuery more ES6 (#24665)
This commit is contained in:
@@ -15,7 +15,8 @@ const plugins = [
|
||||
externalHelpersWhitelist: [ // include only required helpers
|
||||
'defineProperties',
|
||||
'createClass',
|
||||
'inheritsLoose'
|
||||
'inheritsLoose',
|
||||
'extends'
|
||||
]
|
||||
})
|
||||
]
|
||||
|
Reference in New Issue
Block a user