Remove prosemirror-code from table extension build
Add prosemirror-view, prosemirror-model and prosemirror-state dependencies to the extension-table package.json file to indicate to rollup that these dependencies should not be included in the distribution file
This commit is contained in:
@@ -24,8 +24,12 @@
|
|||||||
"@tiptap/core": "^2.0.0-beta.1"
|
"@tiptap/core": "^2.0.0-beta.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/prosemirror-model": "^1.16.0",
|
||||||
|
"@types/prosemirror-state": "^1.2.8",
|
||||||
"prosemirror-tables": "^1.1.1",
|
"prosemirror-tables": "^1.1.1",
|
||||||
"prosemirror-view": "^1.23.6"
|
"prosemirror-view": "^1.23.6",
|
||||||
|
"prosemirror-model": "^1.16.1",
|
||||||
|
"prosemirror-state": "^1.3.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user