@equinor/fusion-framework-module-app
Advanced tools
Comparing version
# Change Log | ||
## 6.1.7 | ||
### Patch Changes | ||
- [#2917](https://github.com/equinor/fusion-framework/pull/2917) [`378f897`](https://github.com/equinor/fusion-framework/commit/378f89707a357d165b84ea82b74147b7f0d87f52) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Add `webpackIgnore` to module import for application | ||
## 6.1.6 | ||
@@ -4,0 +10,0 @@ |
@@ -114,3 +114,3 @@ import { from, of, concat } from 'rxjs'; | ||
// dynamically import the application script | ||
return from(import(/* @vite-ignore */ endpoint)).pipe( | ||
return from(import(/* @vite-ignore */ /* webpackIgnore: true */ endpoint)).pipe( | ||
// dispatch success action | ||
@@ -117,0 +117,0 @@ map(actions.importApp.success), |
// Generated by genversion. | ||
export const version = '6.1.6'; | ||
export const version = '6.1.7'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "6.1.6"; | ||
export declare const version = "6.1.7"; |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "6.1.6", | ||
"version": "6.1.7", | ||
"description": "", | ||
@@ -66,4 +66,4 @@ "main": "dist/esm/index.js", | ||
"typescript": "^5.8.2", | ||
"@equinor/fusion-framework-module": "^4.3.7", | ||
"@equinor/fusion-framework-module-event": "^4.3.2", | ||
"@equinor/fusion-framework-module": "^4.3.7", | ||
"@equinor/fusion-framework-module-http": "^6.2.3", | ||
@@ -70,0 +70,0 @@ "@equinor/fusion-framework-module-msal": "^4.0.2", |
@@ -178,3 +178,3 @@ import { from, of, concat } from 'rxjs'; | ||
// dynamically import the application script | ||
return from(import(/* @vite-ignore */ endpoint)).pipe( | ||
return from(import(/* @vite-ignore */ /* webpackIgnore: true */ endpoint)).pipe( | ||
// dispatch success action | ||
@@ -181,0 +181,0 @@ map(actions.importApp.success), |
// Generated by genversion. | ||
export const version = '6.1.6'; | ||
export const version = '6.1.7'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
472528
0.08%