1. 程式人生 > >webpack 4: mode and optimization

webpack 4: mode and optimization

devtool

Defaults to eval in development mode. Elsewise no devtool is used.

The eval devtool doesn’t give the best quality, but has a very good performance. That’s the trade-off we choose here. Take a look at the documentation for more options which result in better quality SourceMaps.