filename(string, defaultstats.{ext depending template}) - name of the file with diagram to generate title(string, defaultRollup Visualizer) - title tag value open(boolean, defaultfalse) - Open generated file in default user agent template(string, defaulttreemap) - Which diagram type to use:su...
封装组件,新建SvgIcon.vue <template> <svg aria-hidden="true" class="svg-icon" :fill="props.color" :width="width" :height="height"> <use :xlink:href="symbolId"/> </svg> </template> // import { computed } from 'vue' const props = defineProps({ prefix: { type: String, default...
filename (string, default stats.{ext depending template}) - name of the file with diagram to generate title (string, default Rollup Visualizer) - title tag value open (boolean, default false) - Open generated file in default user agent template (string, default treemap) - Which diagram type...
</template> 1 change: 0 additions & 1 deletion1types/components.d.ts Original file line numberDiff line numberDiff line change Expand Up@@ -20,7 +20,6 @@ declare module 'vue' { ElForm:typeofimport('element-plus/es')['ElForm'] ElFormItem:typeofimport...
(__dirname,'app/dist/client'),manifest:true,cssCodeSplit:false,sourcemap:true,cleanCssOptions:{sourceMap:true},rollupOptions:{output:{sourcemap:true},plugins:[visualizer({filename:resolve(__dirname,'app/dist/client/stats.html'),template:'treemap',// sunburst|treemap|networksourcemap:true})]}}...
Removeflamegraphtemplate Merge#191. Thanks to@guillaumeduboc Update deps Switch jest -> vitest Switch eslint -> oxlint Add test for rolldown Make node v18 min required Configuration 📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedu...
Bumps rollup-plugin-visualizer from 5.13.1 to 5.14.0. Changelog Sourced from rollup-plugin-visualizer's changelog. 5.14.0 Return flamegraph 5.13.0 Remove flamegraph template Merge #191. Thanks...
Additional navigation options This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Commit3b4ad92 Browse files adamdehaven committedJan 24, 2023 1 parent0189054commit3b4ad92
filename (string, default stats.{ext depending template}) - name of the file with diagram to generate title (string, default Rollup Visualizer) - title tag value open (boolean, default false) - Open generated file in default user agent template (string, default treemap) - Which diagram type...
Bumps rollup-plugin-visualizer from 5.12.0 to 5.14.0. Changelog Sourced from rollup-plugin-visualizer's changelog. 5.14.0 Return flamegraph 5.13.0 Remove flamegraph template Merge #191. Thanks...