1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
asset bundle.js 1.38 KiB [emitted] (name: main)
./app.ts 14 bytes [built] [code generated] [1 error]
ERROR in ./app.ts 2:1
Module parse failed: Unexpected token (2:1)
File was processed with these loaders:
* ../../index.js
You may need an additional loader to handle the result of these loaders.
| var a;
> == 0;
|
ERROR in app.ts
./app.ts 1:6-8
[90m[tsl] [39m[1m[31mERROR[39m[22m[1m[31m in [39m[22m[1m[36mapp.ts(1,7)[39m[22m
[1m[31m TS1005: ',' expected.[39m[22m
ts-loader-default_609318b4f68865d3
webpack compiled with 2 errors
|