nx/e2e/react/project.json
Colum Ferry 00b9525bef
fix(rspack): handle configs with default exports (#29825)
## Current Behavior
When we resolve the config file for rspack, it can be provided in a few
different formats:

```
config

config.default

config.default.default
```

We do not handle if the config is provided in any of the named default
methods.

## Expected Behavior

Handle named defaults for the resolved user config for Rspack.
2025-01-31 09:47:12 -05:00

10 lines
292 B
JSON

{
"name": "e2e-react",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/react",
"projectType": "application",
"implicitDependencies": ["react", "rspack"],
"// targets": "to see all targets run: nx show project e2e-react --web",
"targets": {}
}