Skip to content

Commit ca43e20

Browse files
vanschelvenbitsandfoxes
authored andcommitted
docs(js): Fix uglify example command (#13329)
1 parent 0b018dc commit ca43e20

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/sourcemaps/uploading

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/sourcemaps/uploading/uglifyjs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ First, configure UglifyJS to output source maps:
1717

1818
```
1919
uglifyjs app.js \
20-
-o app.min.js.map \
20+
-o app.min.js \
2121
--source-map url=app.min.js.map,includeSources
2222
```
2323

0 commit comments

Comments
 (0)