We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to have all my extension related pages in one directory (e.g. /app). Is it possible?
I tried the solution below, but it's not working:
tsconfig.json
"paths": { "~popup": ["./src/app/popup/"], "~*": ["./src/*"] },
More customization on pages imports.
No response
plasmo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do you envision this feature/change to look/work like?
I want to have all my extension related pages in one directory (e.g. /app). Is it possible?
I tried the solution below, but it's not working:
tsconfig.json
What is the purpose of this change/feature? Why?
More customization on pages imports.
(OPTIONAL) Example implementations
No response
(OPTIONAL) Contribution
Verify canary release
plasmo
canary releaseCode of Conduct
The text was updated successfully, but these errors were encountered: