We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bedb6d commit 3f41da9Copy full SHA for 3f41da9
vite-plugin/vite-plugin-polywarp.ts
@@ -20,15 +20,15 @@ export const polywarp = ({
20
};
21
22
return {
23
- name: "@laravel/vite-plugin-polywarp",
+ name: "@itiden/vite-plugin-polywarp",
24
enforce: "pre",
25
buildStart() {
26
- this.info('Running "php artisan polywarp:generate"');
27
return runCommand();
28
},
29
- async handleHotUpdate({ file, server }) {
+ async hotUpdate({ file, server }) {
30
if (shouldRun(patterns, { file, server })) {
31
await runCommand();
+ this.environment.logger.info("generated polywarp files");
32
}
33
34
0 commit comments