We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--source-uri
--output-uri
1 parent 034fd31 commit ccfcee6Copy full SHA for ccfcee6
src/wisp.wisp
@@ -82,6 +82,10 @@
82
"code")
83
(.option "--no-map"
84
"disable source map generation")
85
+ (.option "--source-uri <uri>"
86
+ "uri input will be associated with in source maps")
87
+ (.option "--output-uri <uri>"
88
+ "uri output will be associated with in source maps")
89
(.parse params))]
90
(conj {:no-map (not (:map options))}
91
options)))
0 commit comments