@rspack/core
Advanced tools
Comparing version 0.7.1 to 0.7.2-canary-6ace5d3-20240606022222
@@ -222,2 +222,5 @@ "use strict"; | ||
} | ||
if (res.cacheable === false) { | ||
this.cacheable(false); | ||
} | ||
assetFilenames.push(...res.assets); | ||
@@ -248,2 +251,5 @@ resolve(compiler.__internal__getModuleExecutionResult(res.id)); | ||
} | ||
if (res.cacheable === false) { | ||
this.cacheable(false); | ||
} | ||
assetFilenames.push(...res.assets); | ||
@@ -250,0 +256,0 @@ callback(undefined, compiler.__internal__getModuleExecutionResult(res.id)); |
{ | ||
"name": "@rspack/core", | ||
"version": "0.7.1", | ||
"version": "0.7.2-canary-6ace5d3-20240606022222", | ||
"webpackVersion": "5.75.0", | ||
@@ -75,4 +75,4 @@ "license": "MIT", | ||
"zod-validation-error": "1.3.1", | ||
"@rspack/core": "0.7.1", | ||
"@rspack/plugin-minify": "^0.7.1" | ||
"@rspack/core": "0.7.2-canary-6ace5d3-20240606022222", | ||
"@rspack/plugin-minify": "^0.7.2-canary-6ace5d3-20240606022222" | ||
}, | ||
@@ -84,3 +84,3 @@ "dependencies": { | ||
"webpack-sources": "3.2.3", | ||
"@rspack/binding": "0.7.1" | ||
"@rspack/binding": "0.7.2-canary-6ace5d3-20240606022222" | ||
}, | ||
@@ -87,0 +87,0 @@ "peerDependencies": { |
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
2542942
65215
+ Added@rspack/binding@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-darwin-arm64@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-darwin-x64@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-linux-arm64-gnu@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-linux-arm64-musl@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-linux-x64-gnu@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-linux-x64-musl@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-win32-arm64-msvc@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-win32-ia32-msvc@0.7.2-canary-6ace5d3-20240606022222(transitive)
+ Added@rspack/binding-win32-x64-msvc@0.7.2-canary-6ace5d3-20240606022222(transitive)
- Removed@rspack/binding@0.7.1(transitive)
- Removed@rspack/binding-darwin-arm64@0.7.1(transitive)
- Removed@rspack/binding-darwin-x64@0.7.1(transitive)
- Removed@rspack/binding-linux-arm64-gnu@0.7.1(transitive)
- Removed@rspack/binding-linux-arm64-musl@0.7.1(transitive)
- Removed@rspack/binding-linux-x64-gnu@0.7.1(transitive)
- Removed@rspack/binding-linux-x64-musl@0.7.1(transitive)
- Removed@rspack/binding-win32-arm64-msvc@0.7.1(transitive)
- Removed@rspack/binding-win32-ia32-msvc@0.7.1(transitive)
- Removed@rspack/binding-win32-x64-msvc@0.7.1(transitive)