File tree 2 files changed +8
-4
lines changed
packages/react-scripts/config
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ module.exports = {
110
110
module : {
111
111
strictExportPresence : true ,
112
112
rules : [
113
- // Disable require.ensure as it's not a standard language feature.
114
- { parser : { requireEnsure : false } } ,
113
+ // TODO: Disable require.ensure as it's not a standard language feature.
114
+ // We are waiting for https://github.com/facebookincubator/create-react-app/issues/2176.
115
+ // { parser: { requireEnsure: false } },
116
+
115
117
// First, run the linter.
116
118
// It's important to do this before Babel processes the JS.
117
119
{
Original file line number Diff line number Diff line change @@ -107,8 +107,10 @@ module.exports = {
107
107
module : {
108
108
strictExportPresence : true ,
109
109
rules : [
110
- // Disable require.ensure as it's not a standard language feature.
111
- { parser : { requireEnsure : false } } ,
110
+ // TODO: Disable require.ensure as it's not a standard language feature.
111
+ // We are waiting for https://github.com/facebookincubator/create-react-app/issues/2176.
112
+ // { parser: { requireEnsure: false } },
113
+
112
114
// First, run the linter.
113
115
// It's important to do this before Babel processes the JS.
114
116
{
You can’t perform that action at this time.
0 commit comments