Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jan 28, 2025
1 parent cd262ee commit 5538740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health/micro-ui/web/console/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { CleanWebpackPlugin } = require("clean-webpack-plugin");

module.exports = {
entry: "./src/index.js",
devtool: "source-map", // Use "source-map" for development
devtool: "none", // Use "source-map" for development
module: {
rules: [
{
Expand Down

0 comments on commit 5538740

Please sign in to comment.