Closed TonyDeStefano closed 4 years ago
Can you give me some context for this? I'm using the @modules/pluginDirName
alias in my modules, and it seems to be working fine?
Perhaps you don't have something like this in your composer.json
?
"autoload": {
"psr-4": {
"modules\\sitemodule\\": "modules/sitemodule/src/"
}
I think it's fine now. We had issues with it on a previous version of Craft, but all seems well now.
But setting the alias to "@pluginDirName" fixes the issue.