s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 181 forks source link

Strange characters in logging output #625

Open Code-Grump opened 5 years ago

Code-Grump commented 5 years ago

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. 😉