Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Aug 25, 2021
1 parent a509d90 commit c65248d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/next/build/babel/loader/index.ts
@@ -1,5 +1,4 @@
import { getOptions } from 'next/dist/compiled/loader-utils'
import { trace } from '../../../telemetry/trace'
import { Span } from '../../../telemetry/trace'
import transform from './transform'
import { NextJsLoaderContext } from './types'
Expand Down
1 change: 0 additions & 1 deletion packages/next/build/webpack/loaders/next-swc-loader.js
Expand Up @@ -28,7 +28,6 @@ DEALINGS IN THE SOFTWARE.

import { getOptions } from 'next/dist/compiled/loader-utils'
import { transform } from '../../swc'
import { trace } from '../../../telemetry/trace'

function getSWCOptions({ isTypeScript, isServer, development }) {
const jsc = {
Expand Down
1 change: 0 additions & 1 deletion packages/next/build/webpack/plugins/build-stats-plugin.ts
Expand Up @@ -5,7 +5,6 @@ import { Transform, TransformCallback } from 'stream'
import bfj from 'next/dist/compiled/bfj'
import { spans } from './profiling-plugin'
import { webpack } from 'next/dist/compiled/webpack/webpack'
import { trace } from '../../../telemetry/trace'

const STATS_VERSION = 0

Expand Down

0 comments on commit c65248d

Please sign in to comment.