fix rollup config

This commit is contained in:
Philipp Kühn
2020-08-07 14:52:59 +02:00
parent a031370f4c
commit 1feff63aaa

View File

@@ -35,6 +35,7 @@ function genConfig(opts) {
}), }),
babel({ babel({
exclude: 'node_modules/**', exclude: 'node_modules/**',
runtimeHelpers: true,
}), }),
], ],
external(id) { return !/^[\.\/]/.test(id) }, external(id) { return !/^[\.\/]/.test(id) },