unifiedjs.github.io icon indicating copy to clipboard operation
unifiedjs.github.io copied to clipboard

Add guide for IE

Open jasonqsong opened this issue 5 years ago β€’ 3 comments

jasonqsong avatar Jun 29 '19 18:06 jasonqsong

This is discussed in https://github.com/unifiedjs/unified/issues/55 . I'm not quite sure if a "guide" is too much for this question. Perhaps a FAQ is a better place.

jasonqsong avatar Jun 29 '19 18:06 jasonqsong

@jasonqsong I think what @Murderlon makes a lot of sense for our use cases, but would like to express that I’m extremely grateful that you started work on this! πŸ’ͺ

wooorm avatar Jul 01 '19 19:07 wooorm

The proposal looks good to me :) I'm not very familiar with angular or vue. I can only help the webpack part and the react part. Besides, I think the import, async/await of ES2016+ may need to be mentioned somewhere. And TypeScript needs to turn on "esModuleInterop".

But for most React/Angular user, npm install remark should be enough :) I came here only because it doesn't work in the development build on IE.

jasonqsong avatar Jul 01 '19 22:07 jasonqsong

Thanks for your earlier work.

I wrote a guide in https://github.com/unifiedjs/unifiedjs.github.io/commit/c28ed5478d5787f0594eb0c414e936eab5cb0f21 and https://github.com/unifiedjs/unifiedjs.github.io/commit/61e6149e82e09e2002322d90179e2ad617535962. See it live here.

I don’t think it’s particularly needed to talk about each and all possible tools. So I started with esbuild and esmsh. Open to improvements!

wooorm avatar Aug 16 '24 13:08 wooorm