@veltra/icons 1.0.1 → 1.0.2
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 +2 -5
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -514,10 +514,7 @@ $ bun ./scripts/build-vue-icons.ts
|
|
|
514
514
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/pin.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
515
515
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/sun.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
516
516
|
[34mℹ[39m 505 files, total: 492.27 kB
|
|
517
|
-
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in
|
|
518
|
-
- unplugin-vue (60%)
|
|
519
|
-
- rolldown-plugin-dts:generate (21%)
|
|
520
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
517
|
+
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
521
518
|
|
|
522
|
-
[32m✔[39m Build complete in [
|
|
519
|
+
[32m✔[39m Build complete in [32m6232ms[39m
|
|
523
520
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED