提交 b0492377 编写于 作者: T Tim Neutkens

Add string-hash to compilation for styled-jsx

上级 ef2995d1
......@@ -31,7 +31,7 @@ function externalsConfig (dir, isServer) {
return externals
}
const notExternalModules = ['next/app', 'next/document', 'next/error', 'http-status']
const notExternalModules = ['next/app', 'next/document', 'next/error', 'http-status', 'string-hash']
externals.push((context, request, callback) => {
if (notExternalModules.indexOf(request) !== -1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册