Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 24, 2022 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/05fab5373cf42a0c7b7740b87fc8e3bd to your computer and use it in GitHub Desktop.
Save WesleySmits/05fab5373cf42a0c7b7740b87fc8e3bd to your computer and use it in GitHub Desktop.
Output
Compiled with problems:X
ERROR in ./js/app.ts 1:14
Module parse failed: Unexpected token (1:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> const greeting: string = 'Hello World!';
| console.log(greeting);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment