Can't build plugin anymore after upgrade to 1.5.3

Hi,
My custom plugins used to build / work fine, but after upgrading to 1.5.3 not anymore.
When I try to build them, I get the error:
ERROR in × Module not found: Can’t resolve ‘./src/client/index.js’ in '/app/packages/plugins…".

This means I can’t do anything with them anymore?
This is also the case when I start with a brand new plugin, and try to build that one.
Changing the extension does not fix this issue.

Is this a know / new issue? Or this is specific to my setup?
I have traced this issue back to node_modules/@nocobase/build/lib/build.js, but diving into minified packages is a real pain.

Maybe some additional info:
node version: v20.18.1

The full error stack is:

$ /app/node_modules/.bin/nocobase-build @myplugin/mypluginname
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
@myplugin/mypluginname: plugins/@myplugin/mypluginname build start
@myplugin/mypluginname: build plugin client
node:internal/process/promises:389
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "assets by status 0 bytes [cached] 1 asset

ERROR in   × Module not found: Can't resolve './src/client/index.tsx' in '/app/packages/plugins/@myplugin/mypluginname'


Rspack 1.1.1 compiled with 1 error in 22 ms".
    at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
    at processPromiseRejections (node:internal/process/promises:470:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v20.18.1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Thanks!

Try this command:

cd /app # NocoBase project directory
yarn build @myplugin/mypluginname

https://docs.nocobase.com/development/your-fisrt-plugin#build-the-plugin