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 4d5e098 commit 5bedb6dCopy full SHA for 5bedb6d
README.md
@@ -10,16 +10,10 @@ Fully typed.
10
composer require itiden/laravel-polywarp
11
```
12
13
-then install the vite run plugin (or import it from `./vendor/itiden/laravel-polywarp/vite-plugin/vite-plugin-polywarp`):
14
-
15
-```sh
16
-npm install --save-dev vite-plugin-polywarp
17
-```
18
19
-And then finally specify the plugin in your vite config:
+And add the vite plugin in your vite config:
20
21
```ts
22
-import { polywarp } from "vite-plugin-run";
+import { polywarp } from "./vendor/itiden/laravel-polywarp/vite-plugin/vite-plugin-polywarp";
23
24
export default defineConfig({
25
plugins: [
0 commit comments