feat(hololake): ship language platform 0.7.0

This commit is contained in:
冰朔 2026-08-09 03:37:41 +08:00
commit 5105ec5e32
47 changed files with 4566 additions and 398 deletions

View file

@ -9,6 +9,7 @@ export default defineConfig({
alias: {
// 复用知识库前端组件
'@': path.resolve(__dirname, '../guanghu-knowledge-base/src'),
'react/jsx-dev-runtime': path.resolve(__dirname, 'node_modules/react/jsx-dev-runtime.js'),
'react/jsx-runtime': path.resolve(__dirname, 'node_modules/react/jsx-runtime.js'),
'react-dom/client': path.resolve(__dirname, 'node_modules/react-dom/client.js'),
'react-dom': path.resolve(__dirname, 'node_modules/react-dom/index.js'),