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 8789714 commit 78b533cCopy full SHA for 78b533c
UPGRADE.md
@@ -132,7 +132,7 @@ This will automatically detect whether you are running in serve or build mode an
132
133
```diff
134
- <link rel="stylesheet" href="{{ mix('css/app.css') }}">
135
-- <script src="{{ mix('css/app.js') }}" defer></script>
+- <script src="{{ mix('js/app.js') }}" defer></script>
136
+ @vite
137
```
138
0 commit comments