parent
c08a8a3557
commit
f3195b0b0f
@ -57,7 +57,6 @@ export default defineConfig({
|
|||||||
proxy: {
|
proxy: {
|
||||||
...umiConfig.proxy,
|
...umiConfig.proxy,
|
||||||
},
|
},
|
||||||
publicPath: 'auto',
|
|
||||||
fastRefresh: false, // 热更新会导致 Context 丢失,不开启
|
fastRefresh: false, // 热更新会导致 Context 丢失,不开启
|
||||||
mfsu: false,
|
mfsu: false,
|
||||||
esbuildMinifyIIFE: true,
|
esbuildMinifyIIFE: true,
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
import { TachyBaseClientPresetPlugin } from 'packages/presets/base/src/client';
|
import { TachyBaseClientPresetPlugin } from '@tachybase/preset-tachybase/client';
|
||||||
|
|
||||||
export class PluginRental extends TachyBaseClientPresetPlugin {}
|
export class PluginRental extends TachyBaseClientPresetPlugin {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import PresetTachyBase from 'packages/presets/base/src';
|
import PresetTachyBase from '@tachybase/preset-tachybase';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
export class PluginRental extends PresetTachyBase {
|
export class PluginRental extends PresetTachyBase {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
import { TachyBaseClientPresetPlugin } from 'packages/presets/base/src/client';
|
import { TachyBaseClientPresetPlugin } from '@tachybase/preset-tachybase/client';
|
||||||
|
|
||||||
export class PluginRental extends TachyBaseClientPresetPlugin {}
|
export class PluginRental extends TachyBaseClientPresetPlugin {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import PresetTachyBase from 'packages/presets/base/src';
|
import PresetTachyBase from '@tachybase/preset-tachybase';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
export class PluginRental extends PresetTachyBase {
|
export class PluginRental extends PresetTachyBase {
|
||||||
|
Loading…
Reference in New Issue
Block a user