I'm using react-boilerplate to build react app. But could not get my head around on adding custom javascript file to application which do not come from npm, yarn or bower.
Basically I'm trying to use some jquery component. I added jquery using yarn and existing webpack config takes it and inject into index.html with other javascript libraries.
But I could not find a way to include my own custom javascript file after jquery is added to the page.