Skip to content

Commit

Permalink
package is not module. Fixes vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeguimaraes committed Sep 1, 2023
1 parent 65e2422 commit b74295d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": true,
"name": "logseq-plugin-add-para-properties",
"version": "0.0.1",
"type": "module",
"description": "Add PARA Properties to Pages. Makes it easy to link pages to existing Projects, Areas or Resources.",
"author": "George Guimarães",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from "vite";
import logseqDevPlugin from "vite-plugin-logseq";

export default defineConfig({
plugins: [logseqDevPlugin.default()],
plugins: [logseqDevPlugin()],
});

0 comments on commit b74295d

Please sign in to comment.