oribuild-darwin-amd64
Advanced tools
Comparing version 0.0.0-pre-alpha.10-71c984b to 0.0.0-pre-alpha.10-73b9b6a
{ | ||
"name": "oribuild-darwin-amd64", | ||
"license": "MIT", | ||
"version": "0.0.0-pre-alpha.10-71c984b", | ||
"version": "0.0.0-pre-alpha.10-73b9b6a", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20621220
245