diff options
| author | Johann-S <[email protected]> | 2018-03-29 22:16:56 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-03-29 21:21:31 -0700 |
| commit | fd57d371f84e2aeac35d5701ae3ad357ad6456b2 (patch) | |
| tree | e0772bb5460303622156d4024f9cb652234d5109 /build/rollup.config.js | |
| parent | 9cdb7a83010dbdc29d1910bda94ca50711168a48 (diff) | |
| download | bootstrap-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.js | 1 |
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' ] }) |
