Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Jun 21, 2023
1 parent 18f25cb commit fcf68f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ module.exports = function getBabelConfig(api) {
debug: process.env.MUI_BUILD_VERBOSE === 'true',
modules: useESModules ? false : 'commonjs',
shippedProposals: api.env('modern'),
include: ['@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-object-rest-spread'],
include: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
],
},
],
[
Expand Down

0 comments on commit fcf68f3

Please sign in to comment.