Skip to content

Commit

Permalink
jsの圧縮
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-pono committed Dec 28, 2021
1 parent 5d53909 commit b9017f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/babel.config.js
Expand Up @@ -5,13 +5,14 @@ module.exports = {
{
corejs: '3',
modules: 'commonjs',
useBuiltIns: false,
targets: 'last 1 Chrome major version',
useBuiltIns: 'usage',
},
],
[
'@babel/preset-react',
{
development: true,
development: false,
},
],
],
Expand Down

0 comments on commit b9017f4

Please sign in to comment.