Open SlehMas opened 6 years ago
when loading the project, the following error shows up in the console:
TypeError: mime.lookup is not a function
Same here
Just change mime.lookup(req_file) to mime.getType(req_file)
when loading the project, the following error shows up in the console:
TypeError: mime.lookup is not a function