Skip to content

Commit e545543

Browse files
committed
remove unwanted resolve.alias path from the config.overrides.js
1 parent d9c0aad commit e545543

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/reactapp/config-overrides.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ module.exports = function override(config, env) {
2929
filename,
3030
chunkFilename,
3131
},
32-
resolve: {
33-
...config.resolve,
34-
alias: {
35-
...config.resolve.alias,
36-
},
37-
},
3832
};
3933

4034
if (isEnvProduction) {

0 commit comments

Comments
 (0)