Skip to content

Commit

Permalink
use webxdc-vite-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 19, 2023
1 parent d5a9ec4 commit 7e10daf
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 731 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
dist
dist-xdc
webxdc.js
webxdc.d.ts
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/main.css" />

<script src="webxdc.js"></script>
<link rel="stylesheet" href="./css/main.css" />
</head>
<body>
<h1>Chat</h1>
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^4.0.2",
"concurrently": "^8.1.0",
"eruda": "^3.0.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"toml": "^3.0.0",
"vite": "^4.3.2",
"vite-plugin-zip-pack": "^1.0.5",
"webxdc-dev": "^0.17.0"
"webxdc-vite-plugins": "github:webxdc/webxdc-vite-plugins"
}
}

0 comments on commit 7e10daf

Please sign in to comment.