trekhleb / angular-library-seed

🌾 Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Find Source Maps

dougellison opened this issue · comments

I've cloned the repo and proceeded to include it in an angular-cli new project. However when I run the app I can't find any sourceMaps. I look in the dist folder and I don't see them listed anywhere.

What am I missing?

Procedure:
git clone
yarn install
yarn build
check dist and no source maps.

I was totally wrong. My mistake. Somehow I did a build and it was broken and I didn't realize it or something. Not sure what happened. Non-issue.