mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 15:04:24 +01:00
chore(client/dx): get ckeditor imports to actually work
This commit is contained in:
parent
a2c49711bc
commit
5a29c831a1
@ -18,7 +18,7 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./*": "./dist/*",
|
"./*": "./dist/*",
|
||||||
"./browser/*": null,
|
"./browser/*": null,
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./*": "./dist/*",
|
"./*": "./dist/*",
|
||||||
"./browser/*": null,
|
"./browser/*": null,
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./*": "./dist/*",
|
"./*": "./dist/*",
|
||||||
"./browser/*": null,
|
"./browser/*": null,
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./*": "./dist/*",
|
"./*": "./dist/*",
|
||||||
"./browser/*": null,
|
"./browser/*": null,
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./*": "./dist/*",
|
"./*": "./dist/*",
|
||||||
"./browser/*": null,
|
"./browser/*": null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user