The Solution was just adding on the package.json file those lines at the stript commands:
start": "webpack-dev-server --config webpack.config.js", "build": "webpack --config webpack.config.js"
Specifying the config script file