提交 d1f8b1ae 编写于 作者: N Naoyuki Kanezawa 提交者: Guillermo Rauch

fix recovering runtime error (#515)

上级 78e21d0f
......@@ -40,7 +40,7 @@ export default async function createCompiler (dir, { dev = false, quiet = false
const errorDebugEntry = join('bundles', 'pages', '_error-debug.js')
const errorDebugPath = join(nextPagesDir, '_error-debug.js')
entry[errorDebugEntry] = errorDebugPath
entry[errorDebugEntry] = defaultEntries.concat([errorDebugPath + '?entry'])
const nodeModulesDir = join(__dirname, '..', '..', '..', 'node_modules')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册