We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12808da commit 8952a20Copy full SHA for 8952a20
README.md
@@ -1,16 +1,14 @@
1
# Demonstration of using [SweetAlert2](https://sweetalert2.github.io/) with [Vite](https://vitejs.dev/)
2
3
4
-#### index.js:
5
-```js
6
-import Swal from 'sweetalert2'
7
-
8
-Swal.fire('Hi from vite!')
+#### Dev:
+```sh
+yarn dev
9
```
10
11
#### Build:
12
```sh
13
-$ yarn build
+yarn build
14
15
16
---
package.json
@@ -16,9 +16,9 @@
"devDependencies": {
17
"@types/react": "^18.0.0",
18
"@types/react-dom": "^18.0.0",
19
- "@vitejs/plugin-react": "^2.0.0",
+ "@vitejs/plugin-react": "^3.0.0",
20
"sass": "^1.49.8",
21
"typescript": "^4.5.4",
22
- "vite": "^3.0.0"
+ "vite": "^4.0.0"
23
}
24
0 commit comments