Skip to content

Commit

Permalink
feat(cb2-9857): PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Jan 11, 2024
1 parent 5c70d44 commit 662a3e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack/webpack.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class BundlePlugin {

module.exports = env => {
let commit = env ? env.commit ? env.commit : 'local' : 'local' ;
console.log(commit)
return merge(common, {
mode: 'production',
plugins: [
Expand Down

0 comments on commit 662a3e4

Please sign in to comment.