Skip to content

Commit

Permalink
fix: typo- missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Feb 19, 2025
1 parent 051d760 commit 8483f50
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 8483f50

Please sign in to comment.