Skip to content

Commit

Permalink
Remove prop-types from 'framework' chunk paths
Browse files Browse the repository at this point in the history
It's no longer needed because 'next' no longer declares a direct
dep on 'prop-types' since c7e2a1d
  • Loading branch information
elliottsj committed Aug 28, 2021
1 parent 6dd774b commit 4450a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -589,7 +589,6 @@ export default async function getBaseWebpackConfig(
getPackagePath('react', dir),
getPackagePath('react-dom', dir),
getPackagePath('scheduler', require.resolve('react-dom', { paths: [dir] })),
getPackagePath('prop-types', require.resolve('next', { paths: [dir] })),
getPackagePath(
'use-subscription',
require.resolve('next', { paths: [dir] })
Expand Down

0 comments on commit 4450a12

Please sign in to comment.