Skip to content

Commit

Permalink
chore(NA): include sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 19, 2021
1 parent 74fd7ad commit f995b69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kbn-ui-shared-deps/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ module.exports = {
'kbn-ui-shared-deps.v8.light': ['@elastic/eui/dist/eui_theme_amsterdam_light.css'],
},
context: __dirname,
// cheap-source-map should be used if needed
devtool: false,
devtool: 'eval-cheap-source-map',
output: {
path: UiSharedDeps.distDir,
filename: '[name].js',
Expand Down

0 comments on commit f995b69

Please sign in to comment.