@retailrocketgroup/retailrocket-edit.abandoned-search-vue-email-template-render 5.0.384700 → 6.0.388330-dev
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 +4 -4
- package/dist/assets/index.css +1 -1
- package/dist/assets/index.js +204 -206
- package/package.json +1 -1
- package/src/editAbandonedSearchEmailTemplate.ts +4 -4
- package/vite.config.ts +0 -1
- package/dist/assets/index.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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 6356ms.
|
|
16
16
|
|
|
17
17
|
dist/index.html 7.45 kB │ gzip: 2.03 kB
|
|
18
|
-
dist/assets/index.css
|
|
19
|
-
dist/assets/index.js
|
|
18
|
+
dist/assets/index.css 175.28 kB │ gzip: 27.53 kB
|
|
19
|
+
dist/assets/index.js 3,953.84 kB │ gzip: 1,033.62 kB
|
|
20
20
|
|
|
21
|
+
✓ built in 20.27s
|
|
21
22
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
22
23
|
- Using dynamic import() to code-split the application
|
|
23
24
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
24
25
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|
|
25
|
-
✓ built in 21.15s
|