Skip to content

Commit 9bc2ccd

Browse files
authored
Merge pull request #93 from devrnt/feat/parcel-2
Feat/parcel 2
2 parents a689773 + 6d39cb8 commit 9bc2ccd

File tree

5 files changed

+2493
-2766
lines changed

5 files changed

+2493
-2766
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.log
22
.DS_Store
33
node_modules
4-
.cache
54
dist
5+
.parcel-cache

playground/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
2-
.cache
2+
.parcel-cache
33
dist

playground/index.html

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

1919
<body>
2020
<div id="root"></div>
21-
<script src="./index.tsx"></script>
21+
<script type="module" src="./index.tsx"></script>
2222
</body>
2323
</html>

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/preset-env": "7.13.12",
2626
"@types/react": "^17.0.3",
2727
"@types/react-dom": "^17.0.2",
28-
"parcel": "^1.12.4",
28+
"parcel": "^2.0.1",
2929
"typescript": "^4.2.3"
3030
}
3131
}

0 commit comments

Comments
 (0)