Im trying to organize a webpack 2 template for my personal projects with webpack-dev-server and run it with the npm commands, but i\'m getting this error:
webpack-dev-server
<
You have to export your webpack config in webpack.config.dev.js.
Add this line add the end of your config file.
module.exports = config;