Skip to content

Commit

Permalink
fix: unrecognized-manifest-key (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Apr 30, 2023
1 parent aeefa39 commit d622500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import { crx } from "@crxjs/vite-plugin";
import * as manifest from "./manifest.json";
import manifest from "./manifest.json" assert { type: "json" };

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit d622500

Please sign in to comment.