simplify build config (#638)

This commit is contained in:
neverland
2018-02-12 15:46:52 +08:00
committed by GitHub
parent 9673da4131
commit e1544fe919
13 changed files with 157 additions and 15758 deletions

View File

@@ -6,7 +6,6 @@ const fs = require('fs-extra');
const path = require('path');
const components = require('./get-components')();
const dependencyTree = require('dependency-tree');
const SEP = path.sep;
components.forEach(componentName => {