Skip to content

turbopack-240229.2

@ForsakenHarmony ForsakenHarmony tagged this 29 Feb 20:28
### Description

It still gets bundled if it's not a JavaScript config, but if it is, we
now import it via `__turbopack_external_import__` (`import()`).
We use `import()` instead of `require` to handle ESM configs (`.mjs`).

This is similar to `postcss-load-config`.

Closes PACK-2452
Assets 2
Loading