update web, fix integration issues

This commit is contained in:
41666 2022-01-30 16:14:52 -05:00
parent 2fb721078e
commit e162096c03
30 changed files with 476 additions and 2574 deletions

View file

@ -15,6 +15,10 @@ module.exports = {
: [match.loader.include];
match.loader.include = [...include, ...includePaths];
}
webpackConfig.resolve.fallback = {
crypto: false,
};
return webpackConfig;
},
},