oribuild-darwin-amd64
Advanced tools
Comparing version 0.0.0-pre-alpha.10-8fe417b to 0.0.0-pre-alpha.10-94d0331
{ | ||
"name": "oribuild-darwin-amd64", | ||
"license": "MIT", | ||
"version": "0.0.0-pre-alpha.10-8fe417b", | ||
"version": "0.0.0-pre-alpha.10-94d0331", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://github.com/microsoft/ori" |
@@ -22,11 +22,15 @@ # 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 | ||
Port to run the http server on (default 3000) | ||
-snoop | ||
log every import as it happens. To help debug why a given module is imported. | ||
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 | ||
@@ -40,2 +44,4 @@ Generate an event trace at the given path | ||
Print the version and exit | ||
-write | ||
Write to disk | ||
``` | ||
@@ -42,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
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