mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Improvement] Build: optimize style entry (#1755)
This commit is contained in:
parent
ca7800e9a6
commit
a2ff47f398
@ -6,7 +6,7 @@ const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
const components = require('./get-components')();
|
||||
const dependencyTree = require('dependency-tree');
|
||||
const whiteList = ['icon', 'loading', 'cell', 'button'];
|
||||
const whiteList = ['info', 'icon', 'loading', 'cell', 'button'];
|
||||
const dir = path.join(__dirname, '../es');
|
||||
|
||||
components.forEach(component => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user