Skip to content

Commit

Permalink
Merge pull request #26 from ML-Leonardo/Fixed-debug-source
Browse files Browse the repository at this point in the history
Fixed the build to create debugging maps
  • Loading branch information
thierry4l authored and GitHub Enterprise committed Jan 9, 2020
2 parents 0ffc11c + 5258dbf commit 5f11c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {

entry: ['./src/script.js'],

devtool: 'cheap-module-source-map',
devtool: 'cheap-module-eval-source-map',

resolve: {
modules: ['../src', '../node_modules'].map(p => path.resolve(__dirname, p)),
Expand Down

0 comments on commit 5f11c3d

Please sign in to comment.