mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Move Selection API to outline-helpers package
This commit is contained in:

committed by
acywatson

parent
2784947b96
commit
74201d1f0a
@ -65,6 +65,7 @@ const externals = [
|
||||
'Outline',
|
||||
'outline-react',
|
||||
'outline-extensions',
|
||||
'outline-helpers',
|
||||
'react-dom',
|
||||
'react',
|
||||
...outlineExtensionsExternals,
|
||||
@ -170,6 +171,12 @@ build(
|
||||
path.resolve('./packages/outline/dist/Outline.js'),
|
||||
);
|
||||
|
||||
build(
|
||||
'Outline Helpers',
|
||||
path.resolve('./packages/outline-helpers/src/index.js'),
|
||||
path.resolve('./packages/outline-helpers/dist/OutlineHelpers.js'),
|
||||
);
|
||||
|
||||
outlineReactModules.forEach((outlineReactModule) => {
|
||||
build(
|
||||
`Outline React - ${outlineReactModule}`,
|
||||
|
Reference in New Issue
Block a user