awesome-typescript-loader
awesome-typescript-loader copied to clipboard
Strange characters in logging output
- 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 [email protected] 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. 😉