File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,12 @@ And you may remove your Mix configuration file:
184184rm webpack.mix.js
185185```
186186
187+ To wrap up, you may remove your Mix build manifest as well as the rule from the ` .gitignore ` config file:
188+
189+ ``` shell
190+ rm public/mix-manifest.json
191+ ```
192+
187193If you are using StyleCI and have ignored the ` webpack.mix.js ` file in your configuration, you may also like to remove the ignore rule.
188194
189195### Optional: Configure Tailwind
@@ -263,6 +269,14 @@ You may start the SSR server using `node`:
263269node storage/ssr/ssr.js
264270```
265271
272+ ### Wrapping Up
273+
274+ You should now be able to build your assets using the following command. This will also invoke the Vite server and Vite will watch for file changes:
275+
276+ ``` shell
277+ npm run dev
278+ ```
279+
266280## Migrating from Vite to Laravel Mix
267281
268282### Install Laravel Mix
You can’t perform that action at this time.
0 commit comments