Gary McAdam
Gary McAdam
A short-term solution for this in WebPack is to do: ``` resolve: { alias: { './gif.js': path.resolve(__dirname, 'path/to/gif.js') } } ``` Where your own `path/to/gif.js` looks like: ``` export default...
@kingpalethe Yes, I think you need to polyfill `window.postMessage`. Assuming you do not need to use `postMessage` in your project, you could overwrite it with: ``` window.postMessage = () =>...
You'll have to wait for #792 to make it in as I think that will let you choose any font, not just the system-recognised monospace fonts
The [latest pre-release build](https://github.com/qvacua/vimr/releases/tag/snapshot%2F349) includes support for any font.