Skip to content

Commit 3f41da9

Browse files
wip
1 parent 5bedb6d commit 3f41da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vite-plugin/vite-plugin-polywarp.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ export const polywarp = ({
2020
};
2121

2222
return {
23-
name: "@laravel/vite-plugin-polywarp",
23+
name: "@itiden/vite-plugin-polywarp",
2424
enforce: "pre",
2525
buildStart() {
26-
this.info('Running "php artisan polywarp:generate"');
2726
return runCommand();
2827
},
29-
async handleHotUpdate({ file, server }) {
28+
async hotUpdate({ file, server }) {
3029
if (shouldRun(patterns, { file, server })) {
3130
await runCommand();
31+
this.environment.logger.info("generated polywarp files");
3232
}
3333
},
3434
};

0 commit comments

Comments
 (0)