Closed
Description
- Windows 10 Pro 64-bit.
- angular-cli: 1.0.0-beta.16
node: 6.7.0
os: win32 x64 - Updated from 1.0.0-beta.15 to 1.0.0-beta.16.
Same exact "assets" directory and related config files setup worked fine before. - ERROR in ./src/app/login/login.component.html
Module not found: Error: Can't resolve './assets/logo.png' in 'C:\project1\src\app\login'
@ ./src/app/login/login.component.html 1:92-120
@ ./src/app/login/login.component.ts
@ ./src/app/login/index.ts
@ ./src/app/app.module.ts
@ ./src/app/index.ts
@ ./src/main.ts
@ multi main - Are there any new restrictions on what assets can be used and how they need to be configured?
The CHANGELOG doesn't seem to indicate anything that would be related to the assets.
Could fix(build): use config output path as default #2158 have potentially affected this flow?