We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a689773 + 6d39cb8 commit 9bc2ccdCopy full SHA for 9bc2ccd
5 files changed
.gitignore
@@ -1,5 +1,5 @@
1
*.log
2
.DS_Store
3
node_modules
4
-.cache
5
dist
+.parcel-cache
playground/.npmignore
@@ -1,3 +1,3 @@
playground/index.html
@@ -18,6 +18,6 @@
18
19
<body>
20
<div id="root"></div>
21
- <script src="./index.tsx"></script>
+ <script type="module" src="./index.tsx"></script>
22
</body>
23
</html>
playground/package.json
@@ -25,7 +25,7 @@
25
"@babel/preset-env": "7.13.12",
26
"@types/react": "^17.0.3",
27
"@types/react-dom": "^17.0.2",
28
- "parcel": "^1.12.4",
+ "parcel": "^2.0.1",
29
"typescript": "^4.2.3"
30
}
31
0 commit comments