@parcel/core
Advanced tools
Comparing version 2.0.0-nightly.287 to 2.0.0-nightly.288
@@ -286,3 +286,3 @@ "use strict"; | ||
sourceRoot = bundle.target.sourceMap.sourceRoot; | ||
} else if (bundle.target.env.context === 'browser' && this.options.mode !== 'production') { | ||
} else if (this.options.serve && bundle.target.env.context === 'browser') { | ||
sourceRoot = '/__parcel_source_root'; | ||
@@ -289,0 +289,0 @@ } |
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-nightly.287+4338719e", | ||
"version": "2.0.0-nightly.288+e95fbaea", | ||
"license": "MIT", | ||
@@ -19,13 +19,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/cache": "2.0.0-nightly.289+4338719e", | ||
"@parcel/diagnostic": "2.0.0-nightly.289+4338719e", | ||
"@parcel/events": "2.0.0-nightly.289+4338719e", | ||
"@parcel/fs": "2.0.0-nightly.289+4338719e", | ||
"@parcel/logger": "2.0.0-nightly.289+4338719e", | ||
"@parcel/package-manager": "2.0.0-nightly.289+4338719e", | ||
"@parcel/plugin": "2.0.0-nightly.289+4338719e", | ||
"@parcel/cache": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/diagnostic": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/events": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/fs": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/logger": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/package-manager": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/plugin": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/source-map": "2.0.0-alpha.4.11", | ||
"@parcel/types": "2.0.0-nightly.289+4338719e", | ||
"@parcel/utils": "2.0.0-nightly.289+4338719e", | ||
"@parcel/workers": "2.0.0-nightly.289+4338719e", | ||
"@parcel/types": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/utils": "2.0.0-nightly.290+e95fbaea", | ||
"@parcel/workers": "2.0.0-nightly.290+e95fbaea", | ||
"abortcontroller-polyfill": "^1.1.9", | ||
@@ -46,3 +46,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "4338719ec3bd2734adb2e7cc0b50bf7b3167abd5" | ||
"gitHead": "e95fbaeac705c170719f771580e502c1f7f5865a" | ||
} |
@@ -338,4 +338,4 @@ // @flow strict-local | ||
} else if ( | ||
bundle.target.env.context === 'browser' && | ||
this.options.mode !== 'production' | ||
this.options.serve && | ||
bundle.target.env.context === 'browser' | ||
) { | ||
@@ -342,0 +342,0 @@ sourceRoot = '/__parcel_source_root'; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
733267