You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running rspack in an NX monorepo, when I try to build my app with @nx/rspack I get the following error which originates from node_modules/@nx/rspack/src/utils/create-compiler.js:14:42
TypeError: (0 , core_1.createCompiler) is not a function
at /home/toch/WebstormProjects/instrument/node_modules/@nx/rspack/src/utils/create-compiler.js:14:42
at Generator.next (<anonymous>)
at fulfilled (/home/toch/WebstormProjects/instrument/node_modules/tslib/tslib.js:114:62)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
OS: Kubuntu 23.10
Node: 18
@nx: 16.9.1
@nx/rspack: 17.2.1
@rspack/core: 0.4.3
I'm running rspack in an NX monorepo, when I try to build my app with @nx/rspack I get the following error which originates from node_modules/@nx/rspack/src/utils/create-compiler.js:14:42
My project configuration is the following:
The text was updated successfully, but these errors were encountered: