Skip to content

Commit 8e2b085

Browse files
authored
Merge pull request #601 from terwer/dev
fix: element-plus ssr error https://github.com/element-plus/element-p…
2 parents 94604a1 + 31a706b commit 8e2b085

File tree

2 files changed

+1091
-2229
lines changed

2 files changed

+1091
-2229
lines changed

apps/app/script/node.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
echo "Using Node build config as SSR build."
1414
cp nuxt.node.config.ts nuxt.config.ts
1515
NODE_OPTIONS=--max_old_space_size=8192 nuxt build
16+
# 解决 element-plus 打包问题
17+
# https://github.com/element-plus/element-plus/issues/10979#issuecomment-1415496705
1618
echo "Nuxt build for node finished."
1719

1820
# 拷贝资源

0 commit comments

Comments
 (0)