When the module is imported by a file consumed by Sapper the following error is returned:
✗ client
Unexpected character '�' (Note that you need plugins to import files that are not JavaScript)
1: ����(__TEXT@@__text__TEXT>
^
2:
3: >
Having difficulty figuring out what's causing this because the module only uses fs to read json, markdown, text and yaml files and these occur on the host (Sapper project).
When the module is imported by a file consumed by Sapper the following error is returned:
Having difficulty figuring out what's causing this because the module only uses fs to read json, markdown, text and yaml files and these occur on the host (Sapper project).