Skip to content

Commit 321a7e3

Browse files
authored
Merge pull request #41 from pmndrs/v3
react 18 support
2 parents 24a3240 + 5990226 commit 321a7e3

17 files changed

+114867
-23569
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.DS_Store
33
node_modules
44
.cache
5+
.example/.parcel-cache
56
dist

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
<body>
1111
<div id="root"></div>
12-
<script src="./src/index.js"></script>
12+
<script src="./src/index.js" type="module"></script>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)