fix rollup config
This commit is contained in:
@@ -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) },
|
||||||
|
|||||||
Reference in New Issue
Block a user