I amusing webpack to generate bundle for my application. After bundle is generated, I need to perform following task.
What options do I have. I am new to webpack and I am looking for possible solutions.
Have you checked out string-replace-loader?
I would use this to run a "replace" task after you've generated your bundle. Essentially, this automates what you are currently doing.