Skip to content

Commit 810de09

Browse files
authored
feat: switch to ESM (#101)
1 parent 6897cd3 commit 810de09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bundle.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ module.exports.default = react;`,
7070
author: "Arnaud Barré (https://github.com/ArnaudBarre)",
7171
license: "MIT",
7272
repository: "github:vitejs/vite-plugin-react-swc",
73+
type: "module",
7374
main: "index.cjs",
7475
types: "index.d.ts",
7576
module: "index.mjs",

0 commit comments

Comments
 (0)