zhengyiming
4 天以前 b823ca3d9f2e6dd6cdc2d388576d02c73d5f9896
1
2
3
4
5
6
7
8
9
10
11
import { moduleTools, defineConfig } from '@modern-js/module-tools';
 
export default defineConfig({
  plugins: [moduleTools()],
  buildPreset: 'npm-library',
  buildConfig: {
    define: {
      Global_BaseURL: 'https://jfapi.81812333.com',
    },
  },
});