Skip to content

Commit

Permalink
import from compiled (#11684)
Browse files Browse the repository at this point in the history
Co-authored-by: “kosuke_matano” <kosuke_matano@cyberagent.co.jp>
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
  • Loading branch information
3 people authored Apr 6, 2020
1 parent 1fbd20d commit 6821d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import gzipSize from 'next/dist/compiled/gzip-size'
import textTable from 'next/dist/compiled/text-table'
import path from 'path'
import { isValidElementType } from 'react-is'
import stripAnsi from 'strip-ansi'
import stripAnsi from 'next/dist/compiled/strip-ansi'
import { Redirect, Rewrite, Header } from '../lib/check-custom-routes'
import {
SSG_GET_INITIAL_PROPS_CONFLICT,
Expand Down

0 comments on commit 6821d1f

Please sign in to comment.