PatrickJS
PatrickJS
sounds good to me. angular2 was there for SEO at the time when angular.js was renamed to angular.
can you update this pr
oh I actually need this change haha
yeah I see that now 😂 I'll update on my end. plus I also want to keep the names for the assets the same for SEO. It's good to fix...
@wmertens I want to move all assets to another folder. so dist/client and dist/assets and dist/server the idea is that I may want to handle assets differently or uploaded somewhere...
for SEO reasons you want to keep the name of the file so I changed it to this for my app ```js assetFileNames: 'assets/[hash]/[name][extname]' ``` it also helps to see...
for images we want to keep the image name for seo so `assets/[hash]/[name][extname]` is a better way to include the hash for caching. we also need to make sure the...
@wmertens yup that works
I updated the pr
for v1 can we do `assetFileNames: 'build/assets/[hash]-[name][extname]'`