Skip to content

Commit 2d394ee

Browse files
committed
replace parcel with vite
1 parent 62a6802 commit 2d394ee

24 files changed

Lines changed: 7035 additions & 10834 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
dist
3-
.parcel-cache
43
.cache

react-example-init/.postcssrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

react-example-init/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</head>
88
<body>
99
<div id="app"></div>
10-
<script type="module" src="./src/index.js"></script>
10+
<script type="module" src="./src/index.jsx"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)