From a2ff47f39843c6d7280547e60ee291d1f7adca28 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 4 Sep 2018 16:38:33 +0800 Subject: [PATCH] [Improvement] Build: optimize style entry (#1755) --- build/build-style-entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-style-entry.js b/build/build-style-entry.js index 80f59d76f..2fef42fcc 100644 --- a/build/build-style-entry.js +++ b/build/build-style-entry.js @@ -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 => {