Skip to content

Commit

Permalink
Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Collect Truem Server committed May 25, 2018
1 parent 5c27ce1 commit 3de239b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ export default {
},
external: ['jquery', 'popper.js'],
plugins: [
babel({
babel(Object.assign(babelOptions, {
externalHelpersWhitelist: [
// Include only required helpers
'defineProperties',
'createClass',
'inheritsLoose',
'extends',
'objectSpread',
],
}),
}) ),
resolve({
module: true,
}),
Expand Down

0 comments on commit 3de239b

Please sign in to comment.