Skip to content

Commit

Permalink
package.json - set type=module for ES modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed Aug 26, 2024
1 parent 2c53a12 commit 9d9b031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"url": "https://github.com/AdamNowotny/BuildReactor/blob/master/LICENSE"
}
],
"type": "module",
"scripts": {
"dev": "npx vite --host",
"dist": "npx vite build",
Expand Down

0 comments on commit 9d9b031

Please sign in to comment.