Skip to content

Commit

Permalink
fix(calculator-bigint): avoid transpiling exponentiation operator
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Aug 1, 2021
1 parent 593a887 commit 53bf974
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .browserslistrc
@@ -0,0 +1,2 @@
last 2 versions
ie >= 9
2 changes: 0 additions & 2 deletions babel.config.js
Expand Up @@ -8,8 +8,6 @@ module.exports = (api) => {

if (isTest) {
targets.node = true;
} else {
targets.browsers = ['last 2 versions', 'ie >= 9'];
}

return {
Expand Down
9 changes: 9 additions & 0 deletions packages/calculator-bigint/.browserslistrc
@@ -0,0 +1,9 @@
chrome > 52
opera > 39
edge > 14
firefox > 52
safari > 10.1
node > 7
ios > 10.3
samsung > 6
electron > 1.3

1 comment on commit 53bf974

@vercel
Copy link

@vercel vercel bot commented on 53bf974 Aug 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.