Description
At the moment, if we would like to import a file to Map Local, we have to import the file and use the generated path.
For example:
const file = require("@users/myfile.json");
We should improve it and allow the developer to import any files they need.
For instance:
const file = require("~/Desktop/file.json");
Description
At the moment, if we would like to import a file to Map Local, we have to import the file and use the generated path.
For example:
We should improve it and allow the developer to import any files they need.
For instance: