aboutsummaryrefslogtreecommitdiff
path: root/build/rollup.config.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-03-29 22:16:56 +0200
committerMark Otto <[email protected]>2018-03-29 21:21:31 -0700
commitfd57d371f84e2aeac35d5701ae3ad357ad6456b2 (patch)
treee0772bb5460303622156d4024f9cb652234d5109 /build/rollup.config.js
parent9cdb7a83010dbdc29d1910bda94ca50711168a48 (diff)
downloadbootstrap-fd57d371f84e2aeac35d5701ae3ad357ad6456b2.tar.xz
bootstrap-fd57d371f84e2aeac35d5701ae3ad357ad6456b2.zip
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 cbca4679b..93370d31d 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -17,6 +17,7 @@ const plugins = [
'defineProperties',
'createClass',
'inheritsLoose',
+ 'defineProperty',
'objectSpread'
]
})