Dec 10, 2018
0
Level 2
Can you add versioning to split JS files?
I added .version(); to my webpack file and it works nicely for app.js. However, since enabling the babel dynamic import plugin I note that all the split js files aren't appended with anything, causing caching issues.
Any way to resolve this?
Please or to participate in this conversation.