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

Commit 94f139e

Browse files
author
Andy Wilson
committed
feat: split editor into smaller bits
1 parent 1615ea9 commit 94f139e

27 files changed

+1328
-1181
lines changed

packages/lexical/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
"./css": {
4242
"import": "./dist/index.scss",
4343
"require": "./dist/index.scss"
44+
},
45+
"./editor": {
46+
"import": "./dist/esm/editor.js",
47+
"require": "./dist/esm/editor.js"
48+
},
49+
"./plugins": {
50+
"import": "./dist/esm/plugins/index.js",
51+
"require": "./dist/esm/plugins/index.js"
4452
}
4553
},
4654
"typings": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)