1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
asset bundle.js 2.93 KiB [emitted] (name: main)
asset lib/tsconfig.tsbuildinfo 1.16 KiB [compared for emit]
./app.ts 131 bytes [built] [code generated]
./lib/index.ts 39 bytes [built] [code generated] [1 error]
ERROR in ./lib/index.ts
Module build failed (from ../../index.js):
Error: TypeScript emitted no output for lib/index.ts. The most common cause for this is having errors when building referenced projects.
at makeSourceMapAndFinish (dist/index.js:52:18)
at successLoader (dist/index.js:39:5)
at Object.loader (dist/index.js:22:5)
@ ./app.ts 3:12-28
ERROR in lib/index.ts
./lib/index.ts 4:11-12
[90m[tsl] [39m[1m[31mERROR[39m[22m[1m[31m in [39m[22m[1m[36mlib/index.ts(4,12)[39m[22m
[1m[31m TS1136: Property assignment expected.[39m[22m
ts-loader-default_16c1704dade3bd5f
@ ./app.ts 3:12-28
webpack compiled with 2 errors
|