Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-08-12 22:41:17 +0300
committerJohann-S <johann.servoire@gmail.com>2018-08-13 00:34:25 +0300
commitc0b40745e0bc777fa9a435070f7f08442a248b87 (patch)
treee6c397fa190117e7d43ff2da2f75c339c0758b01 /.babelrc.js
parentc81bae06f57e35c83007c80c3495b78dac0a5ca6 (diff)
add babel plugin proposal object rest spread to our dev deps
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc.js b/.babelrc.js
index 3dba11bd9f..44a5099541 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -10,7 +10,7 @@ module.exports = {
]
],
plugins: [
- '@babel/proposal-object-rest-spread'
+ '@babel/plugin-proposal-object-rest-spread'
],
env: {
test: {