Running into issues within my workflow with cheap-module-source-map and would be awesome to be able to configure this through some mechanism. (bonus: anything in the webpack config)
There is a PR for it already. Stay tuned. https://github.com/developit/preact-cli/pull/56
In 1.3.0 you can do:
export default (config, env, helpers) => {
config.devtool = 'your-own'
}
Most helpful comment
In
1.3.0you can do: