Interview Question
Senior Front End Developer Interview
-Sliema
Kindred GroupHow to maintain versioning in webpack bundles files?
AnswerAdd Tags
Interview Answers
2 Answers
▲
0
▼
1) Webpack 4 provides option for adding '[chunkHash]' in output path. Although there are various other versioning configuration in webpack depending upon the need. 2) Adding 'hash:true' if using 'htmlWebpackPlugin'.
Anonymous on
▲
0
▼
IS the take home test language specific ? Is it API based
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.