Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Log with webpack-log #567

Closed
astorije opened this issue Apr 6, 2018 · 0 comments
Closed

Log with webpack-log #567

astorije opened this issue Apr 6, 2018 · 0 comments

Comments

@astorije
Copy link
Contributor

astorije commented Apr 6, 2018

Apologies if this was already discussed, but I couldn't find anything in open/closed issues.

Webpack (since v4?) now uses webpack-log for all of its logging, and I noticed see other projects like webpack-dev-server started to use it too.

In the case of awesome-typescript-loader, I think it would go from something like this (screenshot version):

or (text version):

ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: 404s will fallback to /index.html

[at-loader] Using typescript@2.8.1 from typescript and "tsconfig.json" from ...


[at-loader] Checking started in a separate process...

[at-loader] Ok, 0.928 sec.
ℹ 「wdm」: Hash: 683e316aeda30f9f63b7
...

into something like this:

ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: 404s will fallback to /index.html

ℹ 「atl」: Using typescript@2.8.1 from typescript and "tsconfig.json" from ...
ℹ 「atl」: Checking started in a separate process...
ℹ 「atl」: Ok, 0.928 sec.

ℹ 「wdm」: Hash: 683e316aeda30f9f63b7
...

Thoughts?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant