Results 7 comments of Jeong Jinwoo

I think the original description maybe confused since it's not enough to use new JSX transform in gatsby by only updating to [email protected] or later but it said gatsby 'uses'...

Yes, I misundertood the change on Gatsby. You're right. Thank you for your correction! :) So gatsby 'supports' the transform, but not uses it by 'default' (opt in).

Daniel 조사 방향에 맞춰서 작업할 것

It seems like the way ts-morph imports typescript cannot be effected by yarn PnP api. [From this comment](https://github.com/dsherret/ts-morph/issues/932#issuecomment-780159410) ts-morph decided to include typescript bundle as hard-copy. Because yarn enables PnP...

Original: https://github.com/electron/windows-installer/issues/296#issuecomment-542586319 Solution but not recommended: make appUserModelID not match to id from Squirrel. For example, if appUserModelID of your app set by squirrel is 'com.squirrel.slack.slack', then use `app.setAppUserModelId` to...