zombiej
6 years ago
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||
module.exports = { |
|||
ignore: [ |
|||
'**/~*/**', |
|||
'**/_*/**', |
|||
'**/icon/**', |
|||
'**/__tests__/**', |
|||
'**/style/**', |
|||
'**/locale/**', |
|||
'**/*-provider/**', |
|||
'**/*.json', |
|||
], |
|||
modulePattern: [ |
|||
{ |
|||
pattern: /ConfigConsumer.*renderEmpty/sm, |
|||
module: '../empty', |
|||
}, |
|||
], |
|||
}; |
@ -1,2 +1,5 @@ |
|||
import '../../style/index.less'; |
|||
import './index.less'; |
|||
|
|||
// style dependencies
|
|||
import '../../tooltip/style'; |
|||
|
Loading…
Reference in new issue