Skip to content

Commit

Permalink
Explicitly support FF ESR
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jan 18, 2022
1 parent ff18937 commit cebbac6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -36,10 +36,14 @@
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-private-methods"
]
},
"browserslist": [
"defaults",
"not IE 11"
"Firefox ESR"
]
}

0 comments on commit cebbac6

Please sign in to comment.