You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directories starting with _, like "src/dialogs/_fields" should be ignored by the form and dialog hooks. Currently lore-hook-dialogs-bootstrap appears to be importing files from _fields...although it could be the library that consumes the directory to convert it into an object.
The error is about invalid imports, something Webpack can't find. If that's the case, need to look into whether I can exclude those directories from the list of file or folders imported by the library that "requires all things in this folder".
The text was updated successfully, but these errors were encountered:
Directories starting with _, like "src/dialogs/_fields" should be ignored by the form and dialog hooks. Currently
lore-hook-dialogs-bootstrap
appears to be importing files from_fields
...although it could be the library that consumes the directory to convert it into an object.The error is about invalid imports, something Webpack can't find. If that's the case, need to look into whether I can exclude those directories from the list of file or folders imported by the library that "requires all things in this folder".
The text was updated successfully, but these errors were encountered: