Sebastian Alex
Sebastian Alex
I had the same problem. Almost got it to work (`vue-cli-service build` sometimes worked, and sometimes it threw `nameof` errors). >Your new problem is that eslint-loader is used too early....
@Xapphire13 sorry, no, not at the moment.
This problem also happened in my code. Removing the spaces fixed the problem. However, in the README the conditionals are clearly written with a space before them. So, if even...
A quick fix for that is to override the function Nest provides: ```typescript // Typescript const verify: (...args: any[]) => any = (this as any)._verify; (this as any)._verify = (arg1:...