Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 24, 2022
1 parent 1ab6a12 commit ab4b480
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -77,7 +77,6 @@ const babelIncludeRegexes: RegExp[] = [
]

const reactPackagesRegex = /^(react(?:$|\/)|react-dom(?:$|\/))/
// /^(react(?:$|\/)|react-dom(?:$|\/))/

const staticGenerationAsyncStorageRegex =
/next[\\/]dist[\\/]client[\\/]components[\\/]static-generation-async-storage/
Expand Down
1 change: 0 additions & 1 deletion packages/next/shared/lib/app-router-context.ts
@@ -1,5 +1,4 @@
'use client'
'use client'

import React from 'react'
import type { FocusAndScrollRef } from '../../client/components/reducer'
Expand Down
12 changes: 2 additions & 10 deletions test/.stats-app/next.config.js
@@ -1,13 +1,5 @@
// module.exports = {
// experimental: {
// appDir: true
// }
// }
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
})
module.exports = withBundleAnalyzer({
module.exports = {
experimental: {
appDir: true,
},
})
}

0 comments on commit ab4b480

Please sign in to comment.