Unable to compile new background files
I created a new directory called
auth
with a ts file called login.ts
.
login content:
I tried removing stopped the pnpm dev
command, deleted the.plasmo
and build
directory, and installed a vscode auto-restart-typescript-eslint-servers
plugin.
After running pnpm dev
, the new background login handler is still not being compiled.
I also tried renaming the file but no luck.
Has anybody else come across this issue?
1 Reply
Does Plasmo have reserved keywords?
If I rename the authHook directory to
messages
, it seems to work. 🤔