fix: remove useless webpack cofnig

This commit is contained in:
diced 2022-08-26 20:38:31 -07:00
parent bd055d704b
commit 67ff93e640
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -11,14 +11,6 @@ module.exports = {
},
];
},
webpack(config) {
config.resolve.fallback = {
...config.resolve.fallback,
fs: false, // the solution
};
return config;
},
poweredByHeader: false,
reactStrictMode: true,
};