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:
authorXhmikosR <xhmikosr@gmail.com>2017-09-17 20:27:30 +0300
committerGitHub <noreply@github.com>2017-09-17 20:27:30 +0300
commiteb2a6f2efdbc25aa06b98ead9c6254a9eb3df319 (patch)
tree5b1f3b4d4700ca97fb64cc4cdfa32a3c7daa5cda /.babelrc.js
parent6c70c70f637267ca109f44ff63f564892ece42bf (diff)
Update package-lock.json. (#23975)
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 a3a75e06cf..ab2b8606ef 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -11,6 +11,6 @@ module.exports = {
],
plugins: [
process.env.ROLLUP && 'external-helpers',
- process.env.PLUGINS && 'transform-es2015-modules-strip',
+ process.env.PLUGINS && 'transform-es2015-modules-strip'
].filter(Boolean)
};