Merge remote-tracking branch 'origin/LW04_fail' into LW04_fail
This commit is contained in:
commit
aeeeec6e21
3089
front/package-lock.json
generated
3089
front/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,15 +15,16 @@
|
||||
"react-router-dom": "^6.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "parcel --port 3000",
|
||||
"build": "npm run clean && parcel build",
|
||||
"start": "vite --port 3000",
|
||||
"build": "npm run clean && vite build",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"buffer": "^5.7.1",
|
||||
"parcel": "2.8.3",
|
||||
"process": "^0.11.10",
|
||||
"rimraf": "4.4.0"
|
||||
"rimraf": "4.4.0",
|
||||
"vite": "^3.2.3",
|
||||
"@vitejs/plugin-react": "^2.2.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
7
front/vite.config.js
Normal file
7
front/vite.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
})
|
Loading…
Reference in New Issue
Block a user