Skip to content

Commit

Permalink
Merge pull request #20013 from brnhensley/patch-5
Browse files Browse the repository at this point in the history
fix: typo- missing `\`
  • Loading branch information
WriteMayur authored Feb 24, 2025
2 parents e276769 + 8483f50 commit 42ea01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Having trouble even generating source maps? Every build system has its own instr
```bash
uglifyjs [source files] \
-o bundle.min.js \
-c -m
-c -m \
--source-map "includeSources=true"
```

Expand Down

0 comments on commit 42ea01f

Please sign in to comment.