added openPage in webpack.config.babel.js
It doesn't seem to work. What am I doing wrong?
And please follow the commit log structure as shown below.
Shortlog: Description of the Commit
Detailed description, if required.
Fixes < full url to the issue e.g.: Fixes https://github.com/nitdgpos/issues/1 >
if your commit fixes some issue, then note in the
Yes. Didn't see the comments. Will do.
And please never merge master branch into your branches. Keep the commit history linear by rebasing stuff.
And I don't see the need for 6 commits here. We can just do it in two, since it's a minor change.
Also, please use eslint before you push any changes. We follow some coding guidelines here.
I made a new PR. Tell me if any changes.