@trackunit/iris-app-webpack-plugin 0.0.204 → 0.0.205
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/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/src/lib/index.html +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.205](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.204...iris-app-webpack-plugin/0.0.205) (2024-06-24)
|
|
6
|
+
|
|
5
7
|
## [0.0.204](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.203...iris-app-webpack-plugin/0.0.204) (2024-06-21)
|
|
6
8
|
|
|
7
9
|
### Dependency Updates
|
package/package.json
CHANGED
package/src/lib/index.html
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html class="notranslate" translate="no" style="height:100dvh;">
|
|
2
3
|
<head>
|
|
4
|
+
<base id="baseHref" href="/" />
|
|
3
5
|
<script>
|
|
4
6
|
module = location.pathname.split('/')[1];
|
|
5
7
|
scope = "{{scope}}";
|
|
6
8
|
manifestScopes = {{manifestScopes}};
|
|
7
9
|
</script>
|
|
8
|
-
<base id="baseHref" href="/" />
|
|
9
10
|
<script src="/remoteEntry.js"></script>
|
|
10
11
|
<script src="/tileloader.js"></script>
|
|
11
12
|
<meta http-equiv="Content-Security-Policy" content="{{cspContent}}" />
|
|
12
13
|
<script nonce="{{nonce}}" src="http://localhost:8097"></script>
|
|
13
14
|
</head>
|
|
14
|
-
<body
|
|
15
|
-
<div id="single-spa-application:app"
|
|
15
|
+
<body class="@container">
|
|
16
|
+
<div id="single-spa-application:app"></div>
|
|
16
17
|
</body>
|
|
17
18
|
</html>
|