UNPKG

cra-template-doly

Version:

[![npm][npm]][npm-url] ![GitHub](https://img.shields.io/github/license/doly-dev/cra-template-doly.svg)

20 lines (19 loc) 369 B
// 环境对应 .env-cmprc 中配置的 REACT_APP_ENV module.exports = { dev: { '/api': { target: 'https://example.com', changeOrigin: true, secure: false, pathRewrite: { '^': '' } } }, test: { '/api/': { target: 'your test url', changeOrigin: true, secure: false, pathRewrite: { '^': '' } } } };