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
Apply suggestions from code review
Co-Authored-By: Pajn <[email protected]>
  • Loading branch information
Timer and Pajn authored Nov 20, 2018
commit 063a81706fa99617ac1014b93e5d7488f5f320ee
4 changes: 2 additions & 2 deletions packages/babel-preset-react-app/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports = function(api, opts, env) {
var isEnvTest = env === 'test';

var useESModules = validateBoolOption(
'allowESModules',
opts.allowESModules,
'useESModules',
opts.useESModules,
isEnvDevelopment || isEnvProduction
);
var isFlowEnabled = validateBoolOption('flow', opts.flow, true);
Expand Down