mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-04 04:37:43 +08:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
// .fes.js 只负责管理编译时配置,只能使用plain Object
|
||
|
||
export default {
|
||
publicPath: './',
|
||
};
|