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