We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b186456 commit c7b57a8Copy full SHA for c7b57a8
vite-plugin-ruby/package.json
@@ -4,7 +4,8 @@
4
"version": "3.2.1",
5
"type": "module",
6
"main": "./dist/index.js",
7
- "types": "dist/index.d.ts",
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
"exports": {
10
".": {
11
"import": "./dist/index.js",
0 commit comments