@openmrs/esm-framework 4.0.0-pre.0 → 4.0.1-pre.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +21 -116
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.LICENSE.txt +0 -9
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +566 -714
- package/docs/classes/OpenmrsFetchError.md +4 -10
- package/docs/enums/Type.md +20 -20
- package/docs/enums/VisitMode.md +8 -8
- package/docs/enums/VisitStatus.md +6 -6
- package/docs/interfaces/AssignedExtension.md +7 -9
- package/docs/interfaces/BreadcrumbRegistration.md +2 -2
- package/docs/interfaces/BreadcrumbSettings.md +4 -22
- package/docs/interfaces/CancelLoading.md +1 -1
- package/docs/interfaces/ClearDynamicRoutesMessage.md +1 -1
- package/docs/interfaces/ComponentDefinition.md +7 -19
- package/docs/interfaces/Config.md +3 -17
- package/docs/interfaces/ConfigObject.md +14 -17
- package/docs/interfaces/ConfigSchema.md +3 -3
- package/docs/interfaces/ConfigurableLinkProps.md +12 -1
- package/docs/interfaces/ConnectedExtension.md +4 -6
- package/docs/interfaces/ConnectivityChangedEvent.md +1 -1
- package/docs/interfaces/CurrentPatientOptions.md +1 -1
- package/docs/interfaces/DisplayConditionsConfigObject.md +19 -0
- package/docs/interfaces/DynamicOfflineData.md +63 -0
- package/docs/interfaces/DynamicOfflineDataHandler.md +88 -0
- package/docs/interfaces/DynamicOfflineDataSyncState.md +63 -0
- package/docs/interfaces/ErrorStateProps.md +30 -0
- package/docs/interfaces/ExtensionData.md +3 -3
- package/docs/interfaces/ExtensionDefinition.md +13 -37
- package/docs/interfaces/ExtensionProps.md +2 -2
- package/docs/interfaces/ExtensionRegistration.md +18 -7
- package/docs/interfaces/ExtensionSlotBaseProps.md +15 -4
- package/docs/interfaces/ExtensionSlotConfig.md +4 -4
- package/docs/interfaces/ExtensionSlotConfigObject.md +3 -9
- package/docs/interfaces/ExtensionSlotState.md +2 -2
- package/docs/interfaces/ExtensionStore.md +1 -1
- package/docs/interfaces/FHIRCode.md +13 -2
- package/docs/interfaces/FHIRRequestObj.md +3 -3
- package/docs/interfaces/FHIRRequestOptions.md +41 -0
- package/docs/interfaces/FHIRResource.md +4 -1
- package/docs/interfaces/FetchResponse.md +1 -1
- package/docs/interfaces/FetchResponseJson.md +7 -0
- package/docs/interfaces/ImportMap.md +1 -1
- package/docs/interfaces/Lifecycle.md +4 -4
- package/docs/interfaces/Location.md +3 -3
- package/docs/interfaces/LoggedInUser.md +11 -11
- package/docs/interfaces/LoggedInUserFetchResponse.md +1 -1
- package/docs/interfaces/MessageServiceWorkerResult.md +3 -3
- package/docs/interfaces/NavigateOptions.md +12 -1
- package/docs/interfaces/NewVisitPayload.md +6 -6
- package/docs/interfaces/NotificationDescriptor.md +6 -6
- package/docs/interfaces/OfflineModeResult.md +3 -3
- package/docs/interfaces/OfflinePatientArgs.md +2 -6
- package/docs/interfaces/OfflinePatientDataSyncHandler.md +5 -14
- package/docs/interfaces/OfflinePatientDataSyncState.md +6 -24
- package/docs/interfaces/OfflinePatientDataSyncStore.md +2 -9
- package/docs/interfaces/OldExtensionSlotBaseProps.md +65 -0
- package/docs/interfaces/OmrsServiceWorkerMessage.md +1 -1
- package/docs/interfaces/OnImportMapChangedMessage.md +2 -2
- package/docs/interfaces/OnlyThePatient.md +1 -1
- package/docs/interfaces/OpenmrsResource.md +2 -2
- package/docs/interfaces/PageDefinition.md +9 -25
- package/docs/interfaces/PatientWithFullResponse.md +1 -1
- package/docs/interfaces/Person.md +3 -3
- package/docs/interfaces/Privilege.md +3 -3
- package/docs/interfaces/QueueItemDescriptor.md +4 -9
- package/docs/interfaces/RegisterDynamicRouteMessage.md +4 -4
- package/docs/interfaces/ResourceLoader.md +1 -1
- package/docs/interfaces/RetryOptions.md +7 -18
- package/docs/interfaces/Role.md +3 -3
- package/docs/interfaces/Session.md +7 -7
- package/docs/interfaces/SessionLocation.md +3 -3
- package/docs/interfaces/ShowNotificationEvent.md +5 -5
- package/docs/interfaces/ShowToastEvent.md +4 -4
- package/docs/interfaces/SpaConfig.md +5 -19
- package/docs/interfaces/SyncItem.md +7 -11
- package/docs/interfaces/SyncProcessOptions.md +5 -7
- package/docs/interfaces/ToastDescriptor.md +5 -5
- package/docs/interfaces/ToastNotificationMeta.md +6 -6
- package/docs/interfaces/UserHasAccessProps.md +14 -3
- package/docs/interfaces/Visit.md +9 -9
- package/docs/interfaces/VisitItem.md +4 -4
- package/docs/interfaces/VisitType.md +3 -3
- package/jest.config.js +3 -0
- package/mock.tsx +9 -15
- package/package.json +13 -13
- package/src/integration-tests/extension-config.test.tsx +215 -17
- package/typedoc.json +1 -1
- package/.turbo/turbo-lint.log +0 -2
- package/.turbo/turbo-test.log +0 -451
- package/.turbo/turbo-typescript.log +0 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,127 +1,32 @@
|
|
|
1
|
-
[33m@openmrs/esm-framework:build
|
|
1
|
+
[33m@openmrs/esm-framework:build[0m: cache hit, replaying output [2m61e48d708a79ba14[0m
|
|
2
2
|
[33m@openmrs/esm-framework:build: [0m$ webpack --mode=production
|
|
3
|
-
[33m@openmrs/esm-framework:build: [0masset
|
|
4
|
-
[33m@openmrs/esm-framework:build: [0morphan modules 5.3 MiB [orphan]
|
|
5
|
-
[33m@openmrs/esm-framework:build: [0mruntime modules 2.
|
|
6
|
-
[33m@openmrs/esm-framework:build: [0mcacheable modules
|
|
7
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../../../node_modules
|
|
8
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
9
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
10
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
11
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
12
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
13
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
14
|
-
[33m@openmrs/esm-framework:build: [0m modules by path ../esm-
|
|
3
|
+
[33m@openmrs/esm-framework:build: [0masset [1m[33mopenmrs-esm-framework.js[39m[22m [1m[33m751 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 2 related assets
|
|
4
|
+
[33m@openmrs/esm-framework:build: [0morphan modules 5.3 MiB [1m[33m[orphan][39m[22m 1071 modules
|
|
5
|
+
[33m@openmrs/esm-framework:build: [0mruntime modules 2.17 KiB 9 modules
|
|
6
|
+
[33m@openmrs/esm-framework:build: [0mcacheable modules 1.69 MiB
|
|
7
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../../../node_modules/[39m[22m 377 KiB 152 modules
|
|
8
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-styleguide/src/[39m[22m 364 KiB 3 modules
|
|
9
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-api/[39m[22m 131 KiB 2 modules
|
|
10
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-config/[39m[22m 147 KiB 2 modules
|
|
11
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-extensions/[39m[22m 84.9 KiB 2 modules
|
|
12
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-globals/[39m[22m 10.7 KiB 2 modules
|
|
13
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-react-utils/[39m[22m 431 KiB 2 modules
|
|
14
|
+
[33m@openmrs/esm-framework:build: [0m modules by path [1m../esm-state/[39m[22m 10.3 KiB 2 modules
|
|
15
15
|
[33m@openmrs/esm-framework:build: [0m + 4 modules
|
|
16
16
|
[33m@openmrs/esm-framework:build: [0m
|
|
17
|
-
[33m@openmrs/esm-framework:build: [
|
|
18
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ConfigStore' (reexported as 'ConfigStore') was not found in './module-config/state' (possible exports: configExtensionStore, configInternalStore, getConfigStore, getExtensionConfig, getExtensionConfigFromStore, getExtensionSlotConfig, getExtensionSlotConfigFromStore, getExtensionSlotsConfigStore, getExtensionsConfigStore, implementerToolsConfigStore, temporaryConfigStore)
|
|
19
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
20
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
21
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 2:0-58
|
|
22
|
-
[33m@openmrs/esm-framework:build: [0mexport 'CancelLoading' (reexported as 'CancelLoading') was not found in './render' (possible exports: renderExtension)
|
|
23
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
24
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
25
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
26
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ExtensionMeta' (reexported as 'ExtensionMeta') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
27
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
28
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
29
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
30
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ExtensionRegistration' (reexported as 'ExtensionRegistration') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
31
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
32
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
33
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
34
|
-
[33m@openmrs/esm-framework:build: [0mexport 'AssignedExtension' (reexported as 'AssignedExtension') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
35
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
36
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
37
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
38
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ConnectedExtension' (reexported as 'ConnectedExtension') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
39
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
40
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
41
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
42
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ExtensionStore' (reexported as 'ExtensionStore') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
43
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
44
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
45
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-extensions/src/public.ts 3:0-157
|
|
46
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ExtensionSlotState' (reexported as 'ExtensionSlotState') was not found in './store' (possible exports: getExtensionInternalStore, getExtensionStore, updateInternalExtensionStore)
|
|
47
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
48
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
49
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-globals/src/public.ts 1:0-263
|
|
50
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ConnectivityChangedEvent' (reexported as 'ConnectivityChangedEvent') was not found in './events' (possible exports: dispatchConnectivityChanged, dispatchNotificationShown, dispatchPrecacheStaticDependencies, subscribeConnectivity, subscribeConnectivityChanged, subscribeNotificationShown, subscribePrecacheStaticDependencies, subscribeToastShown)
|
|
51
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
52
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
53
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-globals/src/public.ts 1:0-263
|
|
54
|
-
[33m@openmrs/esm-framework:build: [0mexport 'PrecacheStaticDependenciesEvent' (reexported as 'PrecacheStaticDependenciesEvent') was not found in './events' (possible exports: dispatchConnectivityChanged, dispatchNotificationShown, dispatchPrecacheStaticDependencies, subscribeConnectivity, subscribeConnectivityChanged, subscribeNotificationShown, subscribePrecacheStaticDependencies, subscribeToastShown)
|
|
55
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
56
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
57
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-globals/src/public.ts 1:0-263
|
|
58
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ShowNotificationEvent' (reexported as 'ShowNotificationEvent') was not found in './events' (possible exports: dispatchConnectivityChanged, dispatchNotificationShown, dispatchPrecacheStaticDependencies, subscribeConnectivity, subscribeConnectivityChanged, subscribeNotificationShown, subscribePrecacheStaticDependencies, subscribeToastShown)
|
|
59
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
60
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
61
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-globals/src/public.ts 1:0-263
|
|
62
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ShowToastEvent' (reexported as 'ShowToastEvent') was not found in './events' (possible exports: dispatchConnectivityChanged, dispatchNotificationShown, dispatchPrecacheStaticDependencies, subscribeConnectivity, subscribeConnectivityChanged, subscribeNotificationShown, subscribePrecacheStaticDependencies, subscribeToastShown)
|
|
63
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
64
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
65
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-offline/src/public.ts 1:0-79
|
|
66
|
-
[33m@openmrs/esm-framework:build: [0mexport 'OfflineMode' (reexported as 'OfflineMode') was not found in './mode' (possible exports: activateOfflineCapability, getCurrentOfflineMode, setCurrentOfflineMode)
|
|
67
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
68
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
69
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-offline/src/public.ts 1:0-79
|
|
70
|
-
[33m@openmrs/esm-framework:build: [0mexport 'OfflineModeResult' (reexported as 'OfflineModeResult') was not found in './mode' (possible exports: activateOfflineCapability, getCurrentOfflineMode, setCurrentOfflineMode)
|
|
71
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
72
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
73
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-offline/src/public.ts 6:0-340
|
|
74
|
-
[33m@openmrs/esm-framework:build: [0mexport 'QueueItemDescriptor' (reexported as 'QueueItemDescriptor') was not found in './sync' (possible exports: beginEditSynchronizationItem, canBeginEditSynchronizationItemsOfType, deleteSynchronizationItem, getFullSynchronizationItems, getFullSynchronizationItemsFor, getOfflineDb, getOfflineSynchronizationStore, getSynchronizationItem, getSynchronizationItems, getSynchronizationItemsFor, queueSynchronizationItem, queueSynchronizationItemFor, runSynchronization, setupOfflineSync)
|
|
75
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
76
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
77
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-offline/src/public.ts 6:0-340
|
|
78
|
-
[33m@openmrs/esm-framework:build: [0mexport 'SyncItem' (reexported as 'SyncItem') was not found in './sync' (possible exports: beginEditSynchronizationItem, canBeginEditSynchronizationItemsOfType, deleteSynchronizationItem, getFullSynchronizationItems, getFullSynchronizationItemsFor, getOfflineDb, getOfflineSynchronizationStore, getSynchronizationItem, getSynchronizationItems, getSynchronizationItemsFor, queueSynchronizationItem, queueSynchronizationItemFor, runSynchronization, setupOfflineSync)
|
|
79
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
80
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
81
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-offline/src/public.ts 6:0-340
|
|
82
|
-
[33m@openmrs/esm-framework:build: [0mexport 'SyncProcessOptions' (reexported as 'SyncProcessOptions') was not found in './sync' (possible exports: beginEditSynchronizationItem, canBeginEditSynchronizationItemsOfType, deleteSynchronizationItem, getFullSynchronizationItems, getFullSynchronizationItemsFor, getOfflineDb, getOfflineSynchronizationStore, getSynchronizationItem, getSynchronizationItems, getSynchronizationItemsFor, queueSynchronizationItem, queueSynchronizationItemFor, runSynchronization, setupOfflineSync)
|
|
83
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
84
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
85
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-react-utils/src/public.ts 1:0-51
|
|
86
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ExtensionData' (reexported as 'ExtensionData') was not found in './ComponentContext' (possible exports: ComponentContext)
|
|
87
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
88
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
89
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-state/src/public.ts 1:0-96
|
|
90
|
-
[33m@openmrs/esm-framework:build: [0mexport 'AppState' (reexported as 'AppState') was not found in './state' (possible exports: createAppState, createGlobalStore, getAppState, getGlobalStore, subscribeTo)
|
|
91
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
92
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
93
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-styleguide/src/public.ts 2:0-104
|
|
94
|
-
[33m@openmrs/esm-framework:build: [0mexport 'NotificationDescriptor' (reexported as 'NotificationDescriptor') was not found in './notifications/notification.component' (possible exports: Notification)
|
|
95
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
96
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
97
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-styleguide/src/public.ts 2:0-104
|
|
98
|
-
[33m@openmrs/esm-framework:build: [0mexport 'InlineNotificationType' (reexported as 'InlineNotificationType') was not found in './notifications/notification.component' (possible exports: Notification)
|
|
99
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
100
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
101
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-styleguide/src/public.ts 5:0-93
|
|
102
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ToastDescriptor' (reexported as 'ToastDescriptor') was not found in './toasts/toast.component' (possible exports: Toast)
|
|
103
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
104
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
105
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-styleguide/src/public.ts 5:0-93
|
|
106
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ToastType' (reexported as 'ToastType') was not found in './toasts/toast.component' (possible exports: Toast)
|
|
107
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
108
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
109
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in ../esm-styleguide/src/public.ts 5:0-93
|
|
110
|
-
[33m@openmrs/esm-framework:build: [0mexport 'ToastNotificationMeta' (reexported as 'ToastNotificationMeta') was not found in './toasts/toast.component' (possible exports: Toast)
|
|
111
|
-
[33m@openmrs/esm-framework:build: [0m @ ./src/index.ts
|
|
112
|
-
[33m@openmrs/esm-framework:build: [0m
|
|
113
|
-
[33m@openmrs/esm-framework:build: [0mWARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
17
|
+
[33m@openmrs/esm-framework:build: [0m[1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
114
18
|
[33m@openmrs/esm-framework:build: [0mThis can impact web performance.
|
|
115
19
|
[33m@openmrs/esm-framework:build: [0mAssets:
|
|
116
|
-
[33m@openmrs/esm-framework:build: [0m openmrs-esm-framework.js (
|
|
20
|
+
[33m@openmrs/esm-framework:build: [0m openmrs-esm-framework.js (751 KiB)[39m[22m
|
|
117
21
|
[33m@openmrs/esm-framework:build: [0m
|
|
118
|
-
[33m@openmrs/esm-framework:build: [
|
|
22
|
+
[33m@openmrs/esm-framework:build: [0m[1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
119
23
|
[33m@openmrs/esm-framework:build: [0mEntrypoints:
|
|
120
|
-
[33m@openmrs/esm-framework:build: [0m main (
|
|
24
|
+
[33m@openmrs/esm-framework:build: [0m main (751 KiB)
|
|
121
25
|
[33m@openmrs/esm-framework:build: [0m openmrs-esm-framework.js
|
|
26
|
+
[33m@openmrs/esm-framework:build: [0m[39m[22m
|
|
122
27
|
[33m@openmrs/esm-framework:build: [0m
|
|
123
|
-
[33m@openmrs/esm-framework:build: [
|
|
28
|
+
[33m@openmrs/esm-framework:build: [0m[1m[33mWARNING[39m[22m in [1mwebpack performance recommendations:
|
|
124
29
|
[33m@openmrs/esm-framework:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
125
|
-
[33m@openmrs/esm-framework:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting
|
|
30
|
+
[33m@openmrs/esm-framework:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
126
31
|
[33m@openmrs/esm-framework:build: [0m
|
|
127
|
-
[33m@openmrs/esm-framework:build: [0mwebpack 5.
|
|
32
|
+
[33m@openmrs/esm-framework:build: [0mwebpack 5.74.0 compiled with [1m[33m3 warnings[39m[22m in 21112 ms
|