fix(nx/turndown-plugin-gfm): wrong entrypoint for vite

This commit is contained in:
Elian Doran 2025-04-28 08:26:31 +03:00
parent b5eedf259e
commit fb6c8e04aa
No known key found for this signature in database

View File

@ -9,7 +9,7 @@
"exports": { "exports": {
"./package.json": "./package.json", "./package.json": "./package.json",
".": { ".": {
"development": "./src/index.ts", "development": "./src/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js", "import": "./dist/index.js",
"default": "./dist/index.js" "default": "./dist/index.js"