preboot / angular-webpack

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

Can I change file structure of the project #321

Open BrkCoder opened 7 years ago

BrkCoder commented 7 years ago

Hey I want to change the file structure of this project,in my own directory. I don't want to have a public library and I want to put image in assests folders and index.html out of public directory. The problem is when I doing this and change webpack config accordingly, the entire app got broken. Can you help me in changing file directory?? Thanks in advance.