Skip to content

Commit

Permalink
Updated rollup to use core-js 3
Browse files Browse the repository at this point in the history
refs #343

- this was overlooked during the core-js update, and may be causing the
  problem above re: missing dependencies
  • Loading branch information
daniellockyer committed Aug 13, 2020
1 parent df1b9fe commit e3c9dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/content-api/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default [
modules: false,
targets: 'defaults',
useBuiltIns: 'usage',
corejs: 2
corejs: 3
}]
],
exclude: ['node_modules/**', '../../node_modules/**']
Expand Down Expand Up @@ -84,7 +84,7 @@ export default [
modules: false,
targets: 'defaults',
useBuiltIns: 'usage',
corejs: 2
corejs: 3
}]
],
exclude: ['node_modules/**', '../../node_modules/**']
Expand Down

0 comments on commit e3c9dc3

Please sign in to comment.