We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c839e commit f49973aCopy full SHA for f49973a
packages/babel-preset-react-app/index.js
@@ -52,7 +52,7 @@ module.exports = function(api, opts) {
52
// This is probably a fine default to help trim down bundles when
53
// end-users inevitably import '@babel/polyfill'.
54
useBuiltIns: 'entry',
55
- // Do not transform modules to CJS.
+ // Do not transform modules to CJS
56
modules: false,
57
},
58
],
0 commit comments