Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update based on feedback from PR
  • Loading branch information
EivindArvesen committed Feb 19, 2019
commit 36e33e51fa11ef0c4a871321aeb8c83e9fe42f0b
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = function(api, opts, env) {
{
// Use loose mode for performance:
// https://github.com/facebook/create-react-app/issues/5602
loose: true,
loose: false,
selectiveLoose: [
'useState',
'useEffect',
Expand Down