You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
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. 😉
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the loader is writing to the webpack log, I get a strange prefix on its lines:
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. 😉
The text was updated successfully, but these errors were encountered: