Skip to content

Commit

Permalink
adjust external for test-resources build
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed May 6, 2024
1 parent afdbfe6 commit 2563aef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup/test-resources.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ export default [
babel({ babelHelpers: 'runtime', configFile: './rollup/babel-test-resources.json' }),
del({ targets: tsOutput, hook: 'buildEnd' })
],
external: [/core-js\/modules/] // will insert `import 'core-js/modules/...'`, we'll resolve this later
external: [
/@babel\/runtime-corejs3/,
/core-js-pure/
]
},
// minify and bundle
{
Expand Down

0 comments on commit 2563aef

Please sign in to comment.