migrate to parcel v2

This commit is contained in:
Halit Aksoy 2022-07-15 14:15:28 +03:00
parent 315814e65a
commit 71dfa2e597
5 changed files with 1089 additions and 21733 deletions

3
.gitignore vendored
View File

@ -34,4 +34,5 @@ typings/
# Yarn Integrity file
.yarn-integrity
.cache
.cache
.parcel-cache

16696
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
"@types/styled-jsx": "^3.4.4",
"@types/uuid": "^8.3.4",
"mancala.js": "^0.0.2-beta.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"styled-jsx": "^5.0.2",
"uuid": "^8.3.2"
},
@ -28,7 +28,8 @@
"@babel/core": "^7.18.6",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"parcel-bundler": "^1.12.5",
"parcel": "^2.6.2",
"process": "^0.11.10",
"typescript": "^4.3.4"
}
}

View File

@ -8,7 +8,7 @@
</head>
<body style="margin: 0px;">
<div id="main" style="display: flex;"></div>
<script src="./App.tsx"></script>
<script type="module" src="./App.tsx"></script>
</body>
<link rel="stylesheet"

6114
yarn.lock

File diff suppressed because it is too large Load Diff