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

Strange characters in logging output #625

Open
Code-Grump opened this issue Feb 22, 2019 · 0 comments
Open

Strange characters in logging output #625

Code-Grump opened this issue Feb 22, 2019 · 0 comments

Comments

@Code-Grump
Copy link

  • Windows 10
  • awesome-typescript-loader 5.2.1

When the loader is writing to the webpack log, I get a strange prefix on its lines:

clean-webpack-plugin: C:\Users\Paul\Source\Repos\SecurEnvoy\Main\Identity\wwwroot\dist has been removed.
(node:11032) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
i ´¢óatl´¢ú: Using typescript@3.3.1 from typescript
i ´¢óatl´¢ú: Using tsconfig.json from C:/Users/Paul/Source/Repos/TestProject/tsconfig.json
(node:11032) DeprecationWarning: Chunk.mapModules: Use Array.from(chunk.modulesIterable, fn) instead
i ´¢óatl´¢ú: Checking started in a separate process...
i ´¢óatl´¢ú: Time: 2969ms

It looks like an encoding issue in the characters being written. I'm expecting to see [at-loader] as a prefix. It's freaking out people looking at the build logs, but otherwise everything else is good. 😉

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