[Improvement] Build: optimize style entry (#1755)

This commit is contained in:
neverland 2018-09-04 16:38:33 +08:00 committed by GitHub
parent ca7800e9a6
commit a2ff47f398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 => {