chore: migrate fe 250722
This commit is contained in:
@@ -117,6 +117,13 @@ const mergedConfig = defineConfig({
|
||||
version: 'legacy',
|
||||
},
|
||||
},
|
||||
performance: {
|
||||
chunkSplit: {
|
||||
strategy: 'split-by-size',
|
||||
minSize: 3_000_000,
|
||||
maxSize: 6_000_000,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default mergedConfig;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { useEffect } from 'react';
|
||||
|
||||
const Redirect = () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { lazy } from 'react';
|
||||
|
||||
// 登录页面
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { createBrowserRouter, Navigate } from 'react-router-dom';
|
||||
|
||||
import { SpaceSubModuleEnum } from '@coze-foundation/space-ui-adapter';
|
||||
|
||||
Reference in New Issue
Block a user