UNPKG

yyuap-ref

Version:

cloud os fe ref project which is based on tinper

17 lines (12 loc) 323 B
const proxyTable = require('../proxy'); const webpackConfig = require('./webpack'); const config = { env: '"development"', assetsSubDirectory: 'static', assetsPublicPath: '/', proxyTable: proxyTable, autoOpenBrowser: false, port: 3000, } config.webpackConfig = webpackConfig(config) module.exports = config