Comparing version 0.1.49 to 0.1.50
@@ -69,3 +69,4 @@ "use strict"; | ||
"sourceMaps": undefined, | ||
"sourceRoot": undefined | ||
"sourceRoot": undefined, | ||
"swcrc": true | ||
} | ||
@@ -72,0 +73,0 @@ }) |
@@ -101,3 +101,4 @@ "use strict"; | ||
sourceRoot: opts.sourceRoot, | ||
configFile: opts.configFile | ||
configFile: opts.configFile, | ||
swcrc: opts.swcrc | ||
}; | ||
@@ -104,0 +105,0 @@ if (opts.config) { |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.49", | ||
"version": "0.1.50", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "lib/swc/index.js", |
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
67106
1728