fix: remove useless webpack cofnig
This commit is contained in:
parent
bd055d704b
commit
67ff93e640
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@ module.exports = {
|
|||
},
|
||||
];
|
||||
},
|
||||
webpack(config) {
|
||||
config.resolve.fallback = {
|
||||
...config.resolve.fallback,
|
||||
fs: false, // the solution
|
||||
};
|
||||
|
||||
return config;
|
||||
},
|
||||
poweredByHeader: false,
|
||||
reactStrictMode: true,
|
||||
};
|
Loading…
Reference in a new issue