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-03-29 23:16:56 +0300
committerMark Otto <markd.otto@gmail.com>2018-03-30 07:21:31 +0300
commitfd57d371f84e2aeac35d5701ae3ad357ad6456b2 (patch)
treee0772bb5460303622156d4024f9cb652234d5109 /build/rollup.config.js
parent9cdb7a83010dbdc29d1910bda94ca50711168a48 (diff)
fix bundle and run test against it
Diffstat (limited to 'build/rollup.config.js')
-rw-r--r--build/rollup.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js
index cbca4679bc..93370d31da 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -17,6 +17,7 @@ const plugins = [
'defineProperties',
'createClass',
'inheritsLoose',
+ 'defineProperty',
'objectSpread'
]
})