Skip to content
New issue

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

[RFC] Customize path aliases #1079

Open
3 of 4 tasks
Bartek532 opened this issue Sep 18, 2024 · 0 comments
Open
3 of 4 tasks

[RFC] Customize path aliases #1079

Bartek532 opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Bartek532
Copy link

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

    "paths": {
      "~popup": ["./src/app/popup/"],
      "~*": ["./src/*"]
    },

What is the purpose of this change/feature? Why?

More customization on pages imports.

(OPTIONAL) Example implementations

No response

(OPTIONAL) Contribution

  • I would like to contribute to this RFC via a PR

Verify canary release

  • I verified that the issue exists in plasmo canary release

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@Bartek532 Bartek532 added the enhancement New feature or request label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant