Skip to content

Commit

Permalink
chore: correct vite version
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Dec 28, 2023
1 parent 8899709 commit e7c137c
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 635 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<div id="root">
<script src="./src/popup/index.tsx"></script>
<script src="./src/popup/index.tsx" type="module"></script>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"default_icon": {
"128": "icons/inactive.png"
},
"default_popup": "src/popup/index.html"
"default_popup": "index.html"
},
"background": {
"service_worker": "src/background/background.ts",
Expand Down
Loading

0 comments on commit e7c137c

Please sign in to comment.