Jihyeon Kim (김지현)

Results 146 comments of Jihyeon Kim (김지현)

Related conversation ```IRC 희종: Busy? 좀 이따 나가긴 할건데 어차피 나가서 까페갈 것 와이 Shall we fork node-elm-compiler ? 오호... https://github.com/rtfeldman/node-elm-compiler 왜? 워닝을 출력 안해줘 웹팩한테 elm-make한테 '--warn' arg를 준...

@heejongahn Let's abandon or postpone this issue. I found that `elm-make`'s compiler warning message is not that much useful. It does not worth the effort.

@heejongahn Looks like [`elm-webpack-loader`](https://github.com/elm-community/elm-webpack-loader) has been updated. Does this problem sill occur?

Good. #16 has been merged.

@calestyo It is buffered and you get output that happened in the meantime :)

`.babelrc` don't work too: ```bash #!/bin/bash cat > index.js

Current workaround: patch microbundle. Below example shows how to patch microbundle without hassle using Yarn 2. ```diff diff --git a/dist/cli.js b/dist/cli.js index 5672733813ad0999e4f12d05d751951bc9a472a5..dd92b95369baa5fb67cfb019544dbbce14a450a1 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -237,9...

Actually it didn’t worked for the browser target too. I ~~will change~~ have changed the example to clarify the issue.

Fix #707 appears to be a PR with no change when it is not a nodeTarget. I'm not sure if #707 will fix this issue. I'll try it out when...