Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

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

Lines changed: 1 addition & 0 deletions
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)