mirror of
https://github.com/facebook/lexical.git
synced 2025-05-22 01:27:00 +08:00
Deprecate editor.isEmpty (#793)
This commit is contained in:
@ -172,6 +172,12 @@ async function build(name, inputFile, outputFile) {
|
||||
'packages/outline/src/helpers/OutlineOffsetHelpers',
|
||||
),
|
||||
},
|
||||
{
|
||||
find: isWWW ? 'Outline/validation' : 'outline/validation',
|
||||
replacement: path.resolve(
|
||||
'packages/outline/src/helpers/OutlineValidationHelpers',
|
||||
),
|
||||
},
|
||||
],
|
||||
}),
|
||||
// Extract error codes from invariant() messages into a file.
|
||||
|
Reference in New Issue
Block a user