mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Fix Lexical package main entry points (#2897)
This commit is contained in:
11
packages/lexical-overflow/LexicalOverflow.js
Normal file
11
packages/lexical-overflow/LexicalOverflow.js
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = require('./dist/LexicalOverflow.js');
|
Reference in New Issue
Block a user