Rendering tests / add custom web worker loader
Also includes a change in the rollup-babel plugin to avoid adding helpers as dependencies (which would give out errors).
This commit is contained in:
@@ -20,6 +20,7 @@ async function build(input, {minify = true} = {}) {
|
||||
common(),
|
||||
resolve(),
|
||||
babel({
|
||||
'externalHelpers': true,
|
||||
'presets': [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
|
||||
Reference in New Issue
Block a user