## 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.
10 lines
292 B
JSON
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": {}
|
|
}
|