vercel / next.js

The React Framework
https://nextjs.org
MIT License
125.44k stars 26.79k forks source link

Move resolveExtensions config up to experimental #67399

Open LichuAcu opened 3 months ago

LichuAcu commented 3 months ago

What?

Moves resolveExtensions up from experimental.turbo to experimental in next.config.js. Makes Webpack configuration also read from that field.

Closes PACK-2578

ijjk commented 3 months ago

Allow CI Workflow Run

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

wbinnssmith commented 3 months ago

this is a breaking change β€” anyone with this field set in experimental.turbo will have it stop working. but imo this is okay:

@timneutkens is any documentation/communication about this necessary?

LichuAcu commented 1 month ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @LichuAcu and the rest of your teammates on Graphite Graphite

ijjk commented 1 month ago

Tests Passed