Hi Sriram.
Assets.js is a file I manually created to store all the JavaScript and CSS file references I want to copy over to the public directory. It uses module.export to export an array of strings. Which is consumed by Webpack's CopyWebpackPlugin() to resolve the file paths in node_modules directory.
Hope this helps you.