Closed giginet closed 5 years ago
Currently, custom_module_rule didn't accept relative paths.
custom_module_rule
custom_module_rule: - module: UIComponents included: - UIComponents # not working - /Users/giginet/path/to/my/project/UIComponents # accepted
This PR make it enable resolving relative URL.
Currently,
custom_module_rule
didn't accept relative paths.This PR make it enable resolving relative URL.