-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when generating a new app with @ng-rspack/nx:app #31
Comments
I also run into this error, Do you have any resolution? |
No. But didn't try it out lately since I switched to rsbuild which was quite easy to integrate in my current app. |
Created repo that reproduces the issue: https://github.com/skoblenick/ng-rspack-build-testing/tree/issue-31 |
looking at the src in the node_modules directory, the |
if I pull the FYI: this issue also happens with the |
In 59daf98 the "build": {
"executor": "@nx/js:swc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/nx",
"main": "packages/nx-plugin/src/index.ts",
"tsConfig": "packages/nx-plugin/tsconfig.lib.json",
"assets": [
"packages/nx-plugin/*.md",
{
"input": "./packages/nx-plugin/src",
"glob": "**/!(*.ts)",
"output": "./src"
},
{
"input": "./packages/nx-plugin/src",
"glob": "**/*.d.ts",
"output": "./src"
},
{
"input": "./packages/nx-plugin",
"glob": "generators.json",
"output": "."
},
{
"input": "./packages/nx-plugin",
"glob": "executors.json",
"output": "."
}
]
}
}, This was part of |
when executing the command to generate a new app, I get an error (see below). I'm running Windows 64-bit and have the version 0.0.35 of @ng-rspack/nx installed.
The text was updated successfully, but these errors were encountered: