/** * 完成编译的核心步骤 */ import * as webpack from 'webpack'; /** * config webpack配置文件 */ export default function (compiler: webpack.Compiler): Promise;