@flareapp/flare-webpack-plugin-sourcemap
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -89,3 +89,2 @@ (function (factory) { | ||
var sourcemapUrl = currentChunk.files.find(function (file) { return /\.js\.map/.test(file); }); | ||
console.log(currentChunk.files, 'filename', filename, 'sourcemapUrl', sourcemapUrl); | ||
if (filename && sourcemapUrl) { | ||
@@ -92,0 +91,0 @@ var sourcemapLocation = util_1.removeQuery(compiler.outputFileSystem.join(outputPath, sourcemapUrl)); |
{ | ||
"name": "@flareapp/flare-webpack-plugin-sourcemap", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
16995
367