Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
transpile jsx production
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 31, 2021
1 parent e7dc407 commit 82382ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/babel.config.js
Expand Up @@ -11,7 +11,8 @@ module.exports = {
[
'@babel/preset-react',
{
development: true,
development: process.env.BABEL_ENV === "development",
useSpread: true,
},
],
],
Expand Down

0 comments on commit 82382ac

Please sign in to comment.