Skip to content

Commit

Permalink
reconcile with upstream as of 545d460 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackarctic committed Oct 30, 2020
1 parent 0809abf commit eefe7e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions packages/babel-preset-react-app/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@

const path = require('path');

const hasJsxRuntime = (() => {
try {
require.resolve('react/jsx-runtime.js');
return true;
} catch (e) {
return false;
}
})();

const validateBoolOption = (name, value, defaultValue) => {
if (typeof value === 'undefined') {
value = defaultValue;
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/yarn.lock.cached
Original file line number Diff line number Diff line change
Expand Up @@ -11470,4 +11470,4 @@ yargs@^15.4.1:
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^18.1.2"
yargs-parser "^18.1.2"

0 comments on commit eefe7e2

Please sign in to comment.