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 93e0db9 commit 9ca21ffCopy full SHA for 9ca21ff
UPGRADE.md
@@ -277,6 +277,12 @@ You should now be able to build your assets using the following command. This wi
277
npm run dev
278
```
279
280
+Alternatively, if you need to build files without watching or if you need to build them for production, you may use the following command:
281
+
282
+```shell
283
+npm run build
284
+```
285
286
For further info on how to use Vite, please check out [the documentation](https://laravel.com/docs/vite).
287
288
## Migrating from Vite to Laravel Mix
0 commit comments