-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support TypeScript module imports (#7)
* fix: Support TypeScript module imports Adds support for importing TypeScript modules (`.ts` and `.tsx` files) in the manifest, enabling their inclusion in the build process. * Fix: Prepend resource paths with `/` Ensures that resource URLs are treated as root-relative paths. This resolves an issue where resources were being fetched from incorrect locations, especially when the application was deployed on a non-root path.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters