Skip to content

Commit

Permalink
fixed webpack config not conforming to latest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis-Software committed Jul 21, 2023
1 parent 7ec4889 commit 74586ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_src/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ module.exports = {
]
},

devtool: devMode ? "source-map" : "none"
devtool: devMode ? "source-map" : "nosources-source-map"
}

0 comments on commit 74586ce

Please sign in to comment.