File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,8 @@ module.exports = {
117
117
module : {
118
118
strictExportPresence : true ,
119
119
rules : [
120
- // TODO: Disable require.ensure as it's not a standard language feature.
121
- // We are waiting for https://github.com/facebookincubator/create-react-app/issues/2176.
122
- // { parser: { requireEnsure: false } },
120
+ // Disable require.ensure as it's not a standard language feature.
121
+ { parser : { requireEnsure : false } } ,
123
122
124
123
// First, run the linter.
125
124
// It's important to do this before Babel processes the JS.
Original file line number Diff line number Diff line change @@ -124,9 +124,8 @@ module.exports = {
124
124
module : {
125
125
strictExportPresence : true ,
126
126
rules : [
127
- // TODO: Disable require.ensure as it's not a standard language feature.
128
- // We are waiting for https://github.com/facebookincubator/create-react-app/issues/2176.
129
- // { parser: { requireEnsure: false } },
127
+ // Disable require.ensure as it's not a standard language feature.
128
+ { parser : { requireEnsure : false } } ,
130
129
131
130
// First, run the linter.
132
131
// It's important to do this before Babel processes the JS.
You can’t perform that action at this time.
0 commit comments