devtool generates sourcemaps. There are eval based alternatives in addition to something more conventional (separate file). Former is more suitable especially for development due to the performance benefit. As it bloats the bundle, you obviously want to avoid evaling for your production build.
The official documentation covers devtool in greater detail. It will take some experimentation to find the right options for your project.