mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-04 12:47:44 +08:00
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
import { defineBuildConfig } from '@fesjs/fes';
|
|
|
|
export default defineBuildConfig({
|
|
builder: 'webpack',
|
|
publicPath: 'https://gw.alipayobjects.com/',
|
|
});
|