Skip to content

Commit

Permalink
revert extra change
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 3, 2023
1 parent a9ac06f commit c8ab6d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,6 @@ export default async function getBaseWebpackConfig(
extensions: isNodeServer
? ['.js', '.mjs', '.tsx', '.ts', '.jsx', '.json', '.wasm']
: ['.mjs', '.js', '.tsx', '.ts', '.jsx', '.json', '.wasm'],
extensionAlias: {
'.js': ['.ts', '.tsx', '.js', '.jsx'],
},
modules: [
'node_modules',
...nodePathList, // Support for NODE_PATH environment variable
Expand Down

0 comments on commit c8ab6d9

Please sign in to comment.