@vercel/webpack-asset-relocator-loader
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@vercel/webpack-asset-relocator-loader", | ||
"description": "Asset relocation loader used in ncc for performing Node.js builds while emitting and relocating any asset references.", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": "vercel/webpack-asset-relocator-loader", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -47,2 +47,6 @@ # Asset Relocator Loader for Webpack | ||
emitFilterAssetBaseAll: false, | ||
// optional, custom functional asset emitter | ||
// takes an asset path and returns the replacement | ||
// or returns false to skip emission | ||
customEmit: (path, { id, isRequire }) => false | '"./custom-replacement"', | ||
// optional, a list of asset names already emitted or | ||
@@ -49,0 +53,0 @@ // defined that should not be emitted |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
971157
26817
143
5