preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Source files and js file not generated #274

Open harshpatel79 opened 7 years ago

harshpatel79 commented 7 years ago

Hi Folks,

.js files for main.ts and source map files are not updating and not create again if deleted manually.

Regards,

warapitiya commented 7 years ago

I don't seen enough details to answer this question. Have you tried

npm run clean-install
# then
npm run build

FYI: you can use Yarn instead of npm.

harshpatel79 commented 7 years ago

yes I have tried this... but still not getting...

Foxandxss commented 7 years ago

What do you mean? This doesn't generate files, is all in memory (for dev).