oribuild-darwin-amd64
Advanced tools
Comparing version 0.0.0-pre-alpha.10-0fe1a38 to 0.0.0-pre-alpha.10-0fe4cc8
{ | ||
"name": "oribuild-darwin-amd64", | ||
"license": "MIT", | ||
"version": "0.0.0-pre-alpha.10-0fe1a38", | ||
"version": "0.0.0-pre-alpha.10-0fe4cc8", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://github.com/microsoft/ori" |
@@ -22,7 +22,9 @@ # ori | ||
-logLevel string | ||
log level (error|warning|info|debug) | ||
log level (error|warning|info|verbose|debug) | ||
-logTs | ||
log typescript output to stdio | ||
-noTui | ||
Disable the tui and print everything to stdio | ||
-nosplit | ||
Disable codesplitting. Allows for bundling without esm. (default true) | ||
Disable codesplitting. Allows for bundling without esm. | ||
-port int | ||
@@ -32,2 +34,4 @@ Port to run the http server on (default 3000) | ||
log imports to a snoop.json file, which can be analyzed to determine why a module is included in a build. | ||
-sourcemap string | ||
Generate sourcemaps (one of 'none', 'inline', 'external', 'linked', 'inline-and-external') (default "none") | ||
-trace string | ||
@@ -41,2 +45,4 @@ Generate an event trace at the given path | ||
Print the version and exit | ||
-write | ||
Write to disk | ||
``` | ||
@@ -43,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
20621220
245