Chip Zhang
Chip Zhang
> https://github.com/TypeStrong/ts-loader/blob/9533b2dc992392623e04645b1972332bddef0c76/src/index.ts#L34 Currently, `ts-loader` force discards any source maps generated by previous loaders. In its exported loader entry function, it just *silently* ignores the third parameter, which is the source...
> As far as I know scripts aren't injected when there's an error because the browser shows its built-in page that cannot run scripts. in case 4xx, 5xx, the server...
> Then there's no such feature. Why is it necessary and can you just check the contents of the page instead? If there is an metadata API to specify the...
@hsiang0100 Thanks for your reply! But adding parameters `-skip_keycodes 187,188` still does not solve my problem. I should point out that, it is very weird, the parenthesis is OK for...
@hsiang0100 I finally got it working. I must use `-skip_keycodes 187,188` combined with `-modtweak`, to make parenthesis working in VM, both params are required. But `-modtweak` introduces other problems. It's...