mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 00:21:47 +08:00
Add keyword decorator function to playground (#407)
* Add keyword decorator function to playground * Fix test
This commit is contained in:

committed by
acywatson

parent
baf8c6e50f
commit
8cb57f68c5
@ -43,6 +43,7 @@ if (isClean) {
|
||||
|
||||
const wwwMappings = {
|
||||
outline: 'Outline',
|
||||
'react-dom': 'ReactDOMComet',
|
||||
'outline/HistoryHelpers': 'OutlineHistoryHelpers',
|
||||
};
|
||||
|
||||
@ -87,6 +88,7 @@ const externals = [
|
||||
'outline/HistoryHelpers',
|
||||
'Outline/HistoryHelpers',
|
||||
'react-dom',
|
||||
'ReactDOMComet',
|
||||
'react',
|
||||
...outlineExtensionsExternals,
|
||||
...outlineReactModuleExternals,
|
||||
|
Reference in New Issue
Block a user