1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
asset bundle.js 2.6 KiB [emitted] (name: main)
./app.ts 120 bytes [built] [code generated] [2 errors]
./common/components/myComponent.ts 46 bytes [built] [code generated]
ERROR in app.ts
./app.ts 1:29-53
Does not compute.... [1m[31mcode: 2307,severity: error,content: Cannot find module 'components/myComponent' or its corresponding type declarations.,file: app.ts,line: 1,character: 30,context: .test/errorFormatter[39m[22m
ts-loader-default_85b0565984bbe8dd
ERROR in app.ts
./app.ts 2:30-55
Does not compute.... [1m[31mcode: 2307,severity: error,content: Cannot find module 'components/myComponent2' or its corresponding type declarations.,file: app.ts,line: 2,character: 31,context: .test/errorFormatter[39m[22m
ts-loader-default_85b0565984bbe8dd
webpack compiled with 2 errors
|