未验证 提交 69150043 编写于 作者: J Joe Haddad 提交者: GitHub

`typeof window` is `object` on the client (#7606)

上级 50b5334a
......@@ -453,7 +453,7 @@ export default async function getBaseWebpackConfig(
),
...(isServer
? { 'typeof window': JSON.stringify('undefined') }
: undefined),
: { 'typeof window': JSON.stringify('object') }),
}),
!isServer &&
new ReactLoadablePlugin({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册