Jani
Jani
I'm running into this issue (or similar?) with IE8 and zoom. I can detect the zoom level reliably, but I'd guess that the problem is that jQuery reports wrong values...
Turns out there are other issues related to `fix: true` in addition to the behavior of `tslint-webpack-plugin`: https://github.com/palantir/tslint/issues/3786.
If anyone needs it, here's a rudimentary Vite (or Rollup) plugin for `.po` files to be used with Svelte, based on [`ttag-po-loader`](https://github.com/ttag-org/ttag-po-loader/blob/4873850ce98cc74c27f005e1a585d7919fa549ff/index.js): ```js import parser from "ttag-cli/dist/src/lib/parser"; import utils from...