aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/rollup.config.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js
index d6eb0cf5d..47e302b78 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -11,11 +11,9 @@ const plugins = [
babel({
exclude: 'node_modules/**', // only transpile our source code
externalHelpersWhitelist: [ // include only required helpers
- 'typeof',
- 'classCallCheck',
+ 'defineProperties',
'createClass',
- 'inherits',
- 'possibleConstructorReturn'
+ 'inheritsLoose'
]
})
]