Skip to content

Commit

Permalink
Babelify short hand properties (#2467)
Browse files Browse the repository at this point in the history
Fixed IE11 support by babelifing the shorthand properties.
  • Loading branch information
maximtop committed May 8, 2021
1 parent 56a3856 commit d111bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc.js
Expand Up @@ -7,6 +7,7 @@ const plugins = [
'@babel/plugin-transform-destructuring',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-shorthand-properties',
]

if (process.env.NODE_ENV === 'test') {
Expand Down

0 comments on commit d111bd9

Please sign in to comment.