未验证 提交 a785ff73 编写于 作者: T Tim Neutkens 提交者: GitHub

Bring down bundle size (#7743)

上级 a88d6b74
......@@ -12,7 +12,7 @@ import { DataManagerContext } from 'next-server/dist/lib/data-manager-context'
import { RouterContext } from 'next-server/dist/lib/router-context'
import { DataManager } from 'next-server/dist/lib/data-manager'
import { parse as parseQs, stringify as stringifyQs } from 'querystring'
import { isDynamicRoute } from 'next-server/dist/lib/router/utils'
import { isDynamicRoute } from 'next-server/dist/lib/router/utils/is-dynamic'
// Polyfill Promise globally
// This is needed because Webpack's dynamic loading(common chunks) code
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册