diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.babelrc.js')
-rw-r--r-- | vendor/twbs/bootstrap/.babelrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/.babelrc.js b/vendor/twbs/bootstrap/.babelrc.js index 3dba11bd9..44a509954 100644 --- a/vendor/twbs/bootstrap/.babelrc.js +++ b/vendor/twbs/bootstrap/.babelrc.js @@ -10,7 +10,7 @@ module.exports = { ] ], plugins: [ - '@babel/proposal-object-rest-spread' + '@babel/plugin-proposal-object-rest-spread' ], env: { test: { |