File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,6 @@ module.exports = {
145
145
include : paths . appSrc ,
146
146
} ,
147
147
148
- // Avoid "require is not defined" errors
149
- {
150
- test : / \. m j s $ / ,
151
- include : / n o d e _ m o d u l e s / ,
152
- type : 'javascript/auto' ,
153
- } ,
154
-
155
148
{
156
149
// "oneOf" will traverse all following loaders until one will
157
150
// match the requirements. When no loader matches it will fall
Original file line number Diff line number Diff line change @@ -153,13 +153,6 @@ module.exports = {
153
153
include : paths . appSrc ,
154
154
} ,
155
155
156
- // Avoid "require is not defined" errors
157
- {
158
- test : / \. m j s $ / ,
159
- include : / n o d e _ m o d u l e s / ,
160
- type : 'javascript/auto' ,
161
- } ,
162
-
163
156
{
164
157
// "oneOf" will traverse all following loaders until one will
165
158
// match the requirements. When no loader matches it will fall
You can’t perform that action at this time.
0 commit comments