mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 01:06:32 +00:00
update: Improve packing speed
This commit is contained in:
parent
10d7a504eb
commit
e4dd3d162e
@ -3,20 +3,22 @@ import { defineConfig } from 'umi';
|
||||
const { ModuleFederationPlugin } = require("webpack").container;
|
||||
|
||||
export default defineConfig({
|
||||
nodeModulesTransform: {
|
||||
type: 'none',
|
||||
},
|
||||
dynamicImport: {
|
||||
loading: '@/components/LoadingCp',
|
||||
},
|
||||
dva: {
|
||||
immer: true,
|
||||
},
|
||||
devtool: 'source-map',
|
||||
// devtool: 'source-map',
|
||||
antd: {},
|
||||
title: 'h5-dooring',
|
||||
// exportStatic: {},
|
||||
base: '/',
|
||||
publicPath: '/',
|
||||
outputPath: 'dist',
|
||||
esbuild: {},
|
||||
routes: [
|
||||
{
|
||||
exact: false,
|
||||
|
||||
9833
packages/editor/package-lock.json
generated
9833
packages/editor/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user