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
For gpf.require (#168), I have to load resources from "/test/require/data.json". It works with Web because the root matches but when dealing with real file system I need to translate the root.
Today, the solution consists in using "./" but it might be interesting to offer an API to handle that differently.
The text was updated successfully, but these errors were encountered:
For gpf.require (#168), I have to load resources from "/test/require/data.json". It works with Web because the root matches but when dealing with real file system I need to translate the root.
Today, the solution consists in using "./" but it might be interesting to offer an API to handle that differently.
The text was updated successfully, but these errors were encountered: