[breaking change] remove waterfall component

This commit is contained in:
陈嘉涵
2019-04-29 19:40:40 +08:00
parent da6fb85315
commit a84d93869c
12 changed files with 8 additions and 404 deletions

View File

@@ -15,8 +15,7 @@ module.exports = {
'!**/style/**',
'!**/demo/**',
'!**/locale/lang/**',
'!**/sku/**',
'!**/waterfall/**'
'!**/sku/**'
],
collectCoverage: true,
coverageReporters: ['html', 'lcov', 'text-summary'],