Skip to content

Commit b98c031

Browse files
committed
ci: move rollup plugin to beginning of array
1 parent e8e082c commit b98c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineBuildConfig({
1111
plugins.push(purgePolyfills.rollup({
1212
logLevel: 'verbose',
1313
}))
14-
plugins.push(visualizer({ template: 'raw-data' }))
14+
plugins.unshift(visualizer({ template: 'raw-data' }))
1515
},
1616
},
1717
rollup: {

0 commit comments

Comments
 (0)