I am using custom webpack configuration in my angular 8 project to split my each npm package into separate chunks. When i am uploading the dist folder on my aws server the browser is not fetching the split chunks. Does anyone has a solution for this? I read somewhere that we have to use indexTransform to generate index.html according to our webpack configuration but i dont know how to use it. Please help!
I read somewhere that we have to use index transformation to generate index.html according to our webpack configuration but i dont know how to use it. Please help!