mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
parent
4fcc6f66a7
commit
66e53fb91d
@ -134,10 +134,6 @@ module.exports = {
|
||||
if (isDev) {
|
||||
// eslint-disable-next-line
|
||||
config.devtool = 'source-map';
|
||||
|
||||
// Resolve use react hook fail when yarn link or npm link
|
||||
// https://github.com/webpack/webpack/issues/8607#issuecomment-453068938
|
||||
config.resolve.alias = { ...config.resolve.alias, react: require.resolve('react') };
|
||||
}
|
||||
|
||||
alertBabelConfig(config.module.rules);
|
||||
|
@ -2,7 +2,7 @@
|
||||
@import './colors';
|
||||
|
||||
.rc-footer {
|
||||
z-index: 11;
|
||||
z-index: 9;
|
||||
|
||||
&-container {
|
||||
max-width: unset;
|
||||
|
Loading…
Reference in New Issue
Block a user