Skip to content

Commit

Permalink
use new js and remove polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 12, 2024
1 parent 1e061a1 commit bf4f593
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 175 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@emeraldpay/hashicon-react": "^0.5.2",
"@meshtastic/js": "2.3.7-4",
"@meshtastic/js": "2.3.7-5",
"@noble/curves": "^1.5.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.0",
Expand Down
177 changes: 5 additions & 172 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import react from "@vitejs/plugin-react";
import { visualizer } from "rollup-plugin-visualizer";
import { defineConfig } from "vite";
import EnvironmentPlugin from "vite-plugin-environment";
import { nodePolyfills } from "vite-plugin-node-polyfills";

let hash = "";

Expand All @@ -17,7 +16,6 @@ try {
export default defineConfig({
plugins: [
react(),
nodePolyfills(),
EnvironmentPlugin({
COMMIT_HASH: hash,
}),
Expand Down

0 comments on commit bf4f593

Please sign in to comment.