@retailrocketgroup/retailrocket-edit.multicast-vue-email-template-render 10.0.405181 → 11.0.409955
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 +6 -6
- package/dist/assets/index.css +1 -1
- package/dist/assets/index.js +355 -355
- package/dist/index.html +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @easy-wizzy/edit-multicast-app@
|
|
2
|
+
> @easy-wizzy/edit-multicast-app@11.0.409955 build /src/apps/multicast/edit.multicast
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
|
|
@@ -12,14 +12,14 @@ rendering chunks...
|
|
|
12
12
|
|
|
13
13
|
[vite:dts] Start generate declaration files...
|
|
14
14
|
computing gzip size...
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 5310ms.
|
|
16
16
|
|
|
17
|
-
dist/index.html 5.32 kB │ gzip: 1.87 kB
|
|
18
|
-
dist/assets/index.css 180.68 kB │ gzip: 28.28 kB
|
|
19
17
|
|
|
20
|
-
dist/assets/index.js 5,822.77 kB │ gzip: 1,643.45 kB
|
|
21
|
-
✓ built in 23.25s
|
|
22
18
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
19
|
+
dist/index.html 5.28 kB │ gzip: 1.87 kB
|
|
23
20
|
- Using dynamic import() to code-split the application
|
|
21
|
+
dist/assets/index.css 183.84 kB │ gzip: 28.77 kB
|
|
22
|
+
dist/assets/index.js 5,855.16 kB │ gzip: 1,651.78 kB
|
|
23
|
+
✓ built in 22.47s
|
|
24
24
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
25
25
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|