@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -125,5 +125,7 @@ const fs = require('fs') | ||
const isInHBuilderX = fs.existsSync(path.resolve(process.env.UNI_CLI_CONTEXT, 'bin/uniapp-cli.js')) | ||
module.exports = { | ||
runByHBuilderX: !!process.env.UNI_HBUILDERX_PLUGINS, | ||
isInHBuilderX: fs.existsSync(path.resolve(process.env.UNI_CLI_CONTEXT, 'bin/uniapp-cli.js')), | ||
isInHBuilderX, | ||
runByHBuilderX: isInHBuilderX || !!process.env.UNI_HBUILDERX_PLUGINS, | ||
jsPreprocessOptions: { | ||
@@ -130,0 +132,0 @@ type: 'js', |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
30581
671