Skip to content

Commit 2e27cdf

Browse files
committed
build: update external helpers whitelist
1 parent 47ea402 commit 2e27cdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/rollup.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ const plugins = [
1717
exclude: 'node_modules/**',
1818
// Include only required helpers
1919
externalHelpersWhitelist: [
20-
'defineProperties',
2120
'createClass',
22-
'inheritsLoose',
21+
'createSuper',
22+
'defineProperties',
2323
'defineProperty',
24+
'getPrototypeOf',
25+
'inheritsLoose',
2426
'objectSpread2'
2527
]
2628
}),

0 commit comments

Comments
 (0)