Skip to content

Commit

Permalink
maybe like this
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 16, 2024
1 parent c3e711a commit aa7e5b9
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,71 @@ const plugins = [
{
debug: true,
corejs: '3.38',
useBuiltIns: 'usage',
include: ['es.array.from'],
exclude: [
'es.error.cause',
'es.array.concat',
'es.array.find',
'es.array.find-index',
'es.array.fill',
'es.array.filter',
'es.array.flat-map',
'es.array.includes',
'es.array.iterator',
'es.array.join',
'es.array.map',
'es.array.slice',
'es.array.splice',
'es.array.sort',
'es.array.unscopables.flat-map',
'es.array-buffer.constructor',
'es.function.name',
'es.global-this',
'es.json.stringify',
'es.map',
'es.number.constructor',
'es.number.is-integer',
'es.number.to-fixed',
'es.object.assign',
'es.object.entries',
'es.object.get-own-property-descriptor',
'es.object.get-own-property-names',
'es.object.keys',
'es.object.to-string',
'es.object.values',
'es.promise',
'es.promise.finally',
'es.reflect.get',
'es.reflect.to-string-tag',
'es.regexp.*',
'es.set',
'es.string.ends-with',
'es.string.includes',
'es.string.iterator',
'es.string.link',
'es.string.match',
'es.string.match-all',
'es.string.replace',
'es.string.starts-with',
'es.string.split',
'es.string.sub',
'es.string.trim',
'es.symbol',
'es.symbol.description',
'es.typed-array.*',
'es.weak-map',
'es.weak-set',
'esnext.typed-array.*',
'web.atob',
'web.dom-collections.for-each',
'web.dom-collections.iterator',
'web.dom-exception.constructor',
'web.dom-exception.stack',
'web.url',
'web.url-search-params',
'web.url.to-json',
],
targets: '>0.5%, last 2 versions, Firefox ESR, not dead, IE 11',
},
],
Expand Down

0 comments on commit aa7e5b9

Please sign in to comment.