UNPKG

agile-cli

Version:

agile系列框架整合使用脚手架(agile-ui、agile-ce、agile-component等)

14 lines (8 loc) 285 B
/* eslint strict: 0 */ 'use strict'; process.env.RUN_TARGET = 'electron-renderer'; const webpack = require('webpack'); const path = require('path'); const webConfig = require('./webpack.web.config'); const rendererConfig = webConfig; module.exports = rendererConfig;