Damianb106

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created JavaScript: use both absolute and relative import paths
When importing JS modules, is it possible to use relative path for files in the same directory and absolute paths for all other cases? If not, are you aware of any plugin that may help? Or should I...