diff options
| author | Johann-S <[email protected]> | 2018-03-20 22:05:30 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-03-21 12:15:47 +0200 |
| commit | 012d4433c253be1e473b166bae5cb7b8a47bace2 (patch) | |
| tree | 4673295fceb23fc68da301705daaa5b92927a5db /build/rollup.config.js | |
| parent | e0ab096bac2aa0b95d468454c05df9d50b91e79a (diff) | |
| download | bootstrap-012d4433c253be1e473b166bae5cb7b8a47bace2.tar.xz bootstrap-012d4433c253be1e473b166bae5cb7b8a47bace2.zip | |
fix rollup config
Diffstat (limited to 'build/rollup.config.js')
| -rw-r--r-- | build/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index c97e3761c..cbca4679b 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -17,7 +17,7 @@ const plugins = [ 'defineProperties', 'createClass', 'inheritsLoose', - 'extends' + 'objectSpread' ] }) ] |
