Skip to content

Commit f8aa32b

Browse files
authored
Merge pull request #51 from laravel/github-markdown-notes
Use GitHub Markdown notes
2 parents d4040a6 + a06e132 commit f8aa32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Migrating from Laravel Mix to Vite
44

5-
> **Note:** This upgrade guide does not cover all possible Mix use cases, such as Sass compilation. Please consult the [Vite documentation](https://vitejs.dev/guide/) for information on configuring Vite for these scenarios.
5+
> **Note** This upgrade guide does not cover all possible Mix use cases, such as Sass compilation. Please consult the [Vite documentation](https://vitejs.dev/guide/) for information on configuring Vite for these scenarios.
66
77
### Install Vite and the Laravel Plugin
88

@@ -130,7 +130,7 @@ You will need to update the environment variables that are explicitly exposed in
130130
+ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
131131
```
132132

133-
> **Note:** You may optionally maintain the `MIX_` prefix by [configuring Vite](https://vitejs.dev/config/#envprefix) to use it.
133+
> **Note** You may optionally maintain the `MIX_` prefix by [configuring Vite](https://vitejs.dev/config/#envprefix) to use it.
134134
135135
You will also need to update these references in your JavaScript code to use the new variable name and Vite syntax:
136136

@@ -183,7 +183,7 @@ You will need to rename any `.js` files containing JSX to instead have a `.jsx`
183183

184184
See [this tweet](https://twitter.com/youyuxi/status/1362050255009816577) from Vite's creator for more information.
185185

186-
> **Note:** If you are using Tailwind, remember to update the paths in your `tailwind.config.js` file.
186+
> **Note** If you are using Tailwind, remember to update the paths in your `tailwind.config.js` file.
187187
188188
### Vue imports must include the `.vue` extension
189189

0 commit comments

Comments
 (0)