It is `myConfig.devtool = "sourcemap"`. But I have seen in [webpack docs](https://webpack.github.io/docs/configuration.html#devtool) it is **`source-map`** They are different all right? It doesn't matter?
It is
myConfig.devtool = "sourcemap".But I have seen in webpack docs it is
source-mapThey are different all right? It doesn't matter?