Skip to content

Commit

Permalink
Update babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 1, 2024
1 parent 13bc7a3 commit 06f7bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(api) {
libraryName: 'date-fns',
libraryDirectory: '',
camel2DashComponentName: false, // default: true
}],
}, 'import-date-fns'],
'@babel/plugin-transform-flow-strip-types',
['@babel/plugin-transform-private-methods', { loose: true }],
'babel-plugin-transform-typescript-metadata',
Expand Down

0 comments on commit 06f7bf7

Please sign in to comment.