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 about 8 years ago
- Related to Refactor #12364: Use NPM+Webpack to manage external assets (js, css, fonts) added
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3995 added
Updated by Ohad Levy about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bbd1b4e3864b1e004e50849ce1c5c8ee1a5c7f33.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 189
Actions