Skip to content

v0.6.6

Choose a tag to compare

@caijf caijf released this 26 Sep 03:24
· 52 commits to master since this release
  • 支持配置 mode,可配置多个生产环境
env: {
  // 默认生产环境
  production: {},

  // 其他环境也可使用生产环境模式构建
  app: {
   mode: 'production'
  }
}