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-06-27 12:33:07 +0300
committerJohann-S <johann.servoire@gmail.com>2018-07-19 20:59:45 +0300
commiteb81c39f2c36d88d4ebc062a2fa179980827e8be (patch)
tree245e42357d705cf51689cf8e508292e38d2a3e7c /.babelrc.js
parent6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (diff)
feat(plugins): allow to import separate plugins
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/.babelrc.js b/.babelrc.js
index a4ef8cb6df..3dba11bd9f 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -10,9 +10,8 @@ module.exports = {
]
],
plugins: [
- process.env.PLUGINS && 'transform-es2015-modules-strip',
'@babel/proposal-object-rest-spread'
- ].filter(Boolean),
+ ],
env: {
test: {
plugins: [ 'istanbul' ]