mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-01 18:44:59 +00:00
update craco config to resolve material ui instances (#1060)
This commit is contained in:
parent
cade960b9b
commit
0881dad17f
@ -13,7 +13,7 @@ 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");
|
||||
|
||||
return webpackConfig;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user