mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 20:22:39 +08:00
fix(web): patch storybook dependency resolution
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
"dependencies": {
|
||||
"@amplitude/analytics-browser": "2.37.0",
|
||||
"@amplitude/plugin-session-replay-browser": "1.27.1",
|
||||
"@babel/runtime": "7.29.2",
|
||||
"@base-ui/react": "1.3.0",
|
||||
"@emoji-mart/data": "1.2.1",
|
||||
"@floating-ui/react": "0.27.19",
|
||||
|
||||
3
web/pnpm-lock.yaml
generated
3
web/pnpm-lock.yaml
generated
@@ -67,6 +67,9 @@ importers:
|
||||
'@amplitude/plugin-session-replay-browser':
|
||||
specifier: 1.27.1
|
||||
version: 1.27.1(@amplitude/rrweb@2.0.0-alpha.36)(rollup@4.59.0)
|
||||
'@babel/runtime':
|
||||
specifier: 7.29.2
|
||||
version: 7.29.2
|
||||
'@base-ui/react':
|
||||
specifier: 1.3.0
|
||||
version: 1.3.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
|
||||
@@ -54,6 +54,9 @@ export default defineConfig(({ mode }) => {
|
||||
// }),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'loro-crdt': path.resolve(projectRoot, 'node_modules/loro-crdt/web/index.js'),
|
||||
},
|
||||
tsconfigPaths: true,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user