diff options
| author | Johann-S <[email protected]> | 2018-06-27 11:33:07 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-07-19 19:59:45 +0200 |
| commit | eb81c39f2c36d88d4ebc062a2fa179980827e8be (patch) | |
| tree | 245e42357d705cf51689cf8e508292e38d2a3e7c /.babelrc.js | |
| parent | 6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (diff) | |
| download | bootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.tar.xz bootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.zip | |
feat(plugins): allow to import separate plugins
Diffstat (limited to '.babelrc.js')
| -rw-r--r-- | .babelrc.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.babelrc.js b/.babelrc.js index a4ef8cb6d..3dba11bd9 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' ] |
