mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-15 11:44:05 +02:00
try to fix rollup ts declarations
This commit is contained in:
@@ -45,6 +45,9 @@ function configure(pkg, env, target) {
|
|||||||
typescript({
|
typescript({
|
||||||
abortOnError: false,
|
abortOnError: false,
|
||||||
tsconfig: `./packages/${pkg.name}/tsconfig.json`,
|
tsconfig: `./packages/${pkg.name}/tsconfig.json`,
|
||||||
|
// COMPAT: Without this flag sometimes the declarations are not updated.
|
||||||
|
// clean: isProd ? true : false,
|
||||||
|
clean: true,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
// Allow Rollup to resolve CommonJS modules, since it only resolves ES2015
|
// Allow Rollup to resolve CommonJS modules, since it only resolves ES2015
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"editor",
|
"editor",
|
||||||
"history",
|
"history",
|
||||||
"merge",
|
|
||||||
"operation",
|
"operation",
|
||||||
"redo",
|
"redo",
|
||||||
"save",
|
"save",
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
"jsx",
|
"jsx",
|
||||||
"serialize",
|
"serialize",
|
||||||
"slate",
|
"slate",
|
||||||
"sugar",
|
|
||||||
"xml"
|
"xml"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -40,7 +40,6 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"canvas",
|
"canvas",
|
||||||
"contenteditable",
|
"contenteditable",
|
||||||
"doc",
|
|
||||||
"docs",
|
"docs",
|
||||||
"document",
|
"document",
|
||||||
"edit",
|
"edit",
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"content",
|
"content",
|
||||||
"customize",
|
|
||||||
"editor",
|
"editor",
|
||||||
"enforce",
|
"enforce",
|
||||||
"normalize",
|
"normalize",
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"canvas",
|
"canvas",
|
||||||
"contenteditable",
|
"contenteditable",
|
||||||
|
"custom",
|
||||||
"document",
|
"document",
|
||||||
"edit",
|
"edit",
|
||||||
"editor",
|
"editor",
|
||||||
|
Reference in New Issue
Block a user