Skip to content

Commit

Permalink
update to use parcel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Oct 13, 2021
1 parent aca3be8 commit e4da4d5
Show file tree
Hide file tree
Showing 4 changed files with 2,393 additions and 2,550 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ typings/

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# microbundle cache
.rts2_cache_*
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"parcel-bundler": "^1.12.5"
"parcel": "^2.0.0"
},
"browserslist": [
"last 3 versions",
Expand Down
2 changes: 1 addition & 1 deletion example/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<span>Follow me on</span>
<a href="https://twitter.com/agneymenon" target="__blank">@agneymenon</a>
</footer>
<script src="./index.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>
Loading

0 comments on commit e4da4d5

Please sign in to comment.