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 aa7e5b9 commit ae4b834
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const plugins = [
useBuiltIns: 'usage',
include: ['es.array.from'],
exclude: [
'es.error.cause',
'es.array.at',
'es.array.concat',
'es.array.find',
'es.array.find-index',
Expand All @@ -40,12 +40,16 @@ const plugins = [
'es.array.sort',
'es.array.unscopables.flat-map',
'es.array-buffer.constructor',
'es.error.cause',
'es.function.name',
'es.global-this',
'es.json.stringify',
'es.math.trunc',
'es.math.sign',
'es.map',
'es.number.constructor',
'es.number.is-integer',
'es.number.is-nan',
'es.number.to-fixed',
'es.object.assign',
'es.object.entries',
Expand All @@ -66,7 +70,9 @@ const plugins = [
'es.string.link',
'es.string.match',
'es.string.match-all',
'es.string.repeat',
'es.string.replace',
'es.string.search',
'es.string.starts-with',
'es.string.split',
'es.string.sub',
Expand All @@ -76,12 +82,15 @@ const plugins = [
'es.typed-array.*',
'es.weak-map',
'es.weak-set',
'esnext.global-this',
'esnext.string.match-all',
'esnext.typed-array.*',
'web.atob',
'web.dom-collections.for-each',
'web.dom-collections.iterator',
'web.dom-exception.constructor',
'web.dom-exception.stack',
'web.dom-exception.to-string-tag',
'web.url',
'web.url-search-params',
'web.url.to-json',
Expand Down

0 comments on commit ae4b834

Please sign in to comment.