Currently, if a file can not be found, the string 'Import file does not exist' is added to the compiled .js file.
But if an imported file is necessary for the js to run, it probably would make more sense to throw an error, rather than failing silently.