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 7a74682 commit 58eb09fCopy full SHA for 58eb09f
playgrounds/autocomplete/.babelrc
playgrounds/autocomplete/package.json
@@ -5,8 +5,8 @@
5
"description": "Javascript playground for autocomplete",
6
"scripts": {
7
"predev": "node setup.cjs",
8
- "dev": "parcel serve index.html --open --port 7777",
9
- "build": "parcel build index.html",
+ "dev": "vite --open --port 7777",
+ "build": "vite build",
10
"setup": "node setup.cjs",
11
"lint": "eslint --ext .jsx,.js .",
12
"lint:fix": "eslint --ext .jsx,.js --fix .",
@@ -29,8 +29,7 @@
29
"@meilisearch/autocomplete-client": "*"
30
},
31
"devDependencies": {
32
- "@babel/core": "^7.13.1",
33
"eslint-config-meilisearch": "*",
34
- "parcel": "^2.12.0"
+ "vite": "^6.0.7"
35
}
36
0 commit comments