Actions
Bug #17236
closedwebpack source maps do not work
Difficulty:
trivial
Triaged:
Pull request:
Description
it seems a configuration directive is in order.
- config.devtool = 'cheap-module-eval-source-map';
+ config.devtool = 'inline-source-map';
Updated by Ohad Levy over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bbd1b4e3864b1e004e50849ce1c5c8ee1a5c7f33.
Actions