Skip to content

Commit f49973a

Browse files
committed
meh
1 parent 56c839e commit f49973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/babel-preset-react-app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = function(api, opts) {
5252
// This is probably a fine default to help trim down bundles when
5353
// end-users inevitably import '@babel/polyfill'.
5454
useBuiltIns: 'entry',
55-
// Do not transform modules to CJS.
55+
// Do not transform modules to CJS
5656
modules: false,
5757
},
5858
],

0 commit comments

Comments
 (0)