mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-22 02:27:05 +00:00
TRA-4596_Update material UI to v5 (#1132)
* install @mui v5 and change imports * upgrade MUI v5 in mizu community * package-lock of mizu community and ui-common * fix ui-common path * #run_acceptance_tests * remove comment * cr fixes
This commit is contained in:
@@ -13,7 +13,8 @@ module.exports = {
|
||||
instanceOfMiniCssExtractPlugin.options.ignoreOrder = true;
|
||||
|
||||
webpackConfig.resolve.alias['react']= path.resolve(__dirname, 'node_modules/react'); // solve 2 react instances
|
||||
webpackConfig.resolve.alias['@material-ui/styles']= path.resolve("node_modules", "@material-ui/styles");
|
||||
webpackConfig.resolve.alias['@emotion/react']= path.resolve("node_modules", "@emotion/react");
|
||||
webpackConfig.resolve.alias['@mui/styles']= path.resolve("node_modules", "@mui/styles");
|
||||
|
||||
return webpackConfig;
|
||||
}
|
||||
|
Reference in New Issue
Block a user