Skip to content

Commit 5b37cb5

Browse files
authored
Update UPGRADE.md
1 parent ad97ccc commit 5b37cb5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

UPGRADE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ And you may remove your Mix configuration file:
184184
rm 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+
187193
If 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`:
263269
node 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

0 commit comments

Comments
 (0)