How can I 'resolve' the `commands.ts` file? I'm tr...
# general-chat
s
How can I 'resolve' the
commands.ts
file? I'm trying to use a custom webpack config because a library uses nullish coalescing, which is not supported by default. The
cypress.config.ts
is on the root and
commands.ts
in its usual folder
root/cypress/support/commands.ts
.
The docs about webpack plugin are outdated, they are using the former module.exports for cypress config. I only need to add the babel preset for nullish coalescing, and resolve the commands, that's all, please help me out. ;-;
12 Views