Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/framework/config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import fs from 'fs'
import { getRollConf } from './rollup.base'
import { buildSysComponent } from './sys-comp'
// import { buildSysComponent } from './sys-comp'

// 配置环境
const config = parse()
Expand Down Expand Up @@ -39,11 +39,11 @@ function parse(config) {
// NA环境
case 'na-dv':
config.list = collectExportList('debug', './src/dsls', './src/infras/bundles')
buildSysComponent()
// buildSysComponent()
break
case 'na-ol':
config.list = collectExportList('release', './src/dsls', './src/infras/bundles')
buildSysComponent()
// buildSysComponent()
break
// H5环境 待之后完善
case 'h5-dv':
Expand Down
Loading
Loading