esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.3.1-next.08f9f17.0 to 1.3.1-next.15ecdec.0
@@ -165,3 +165,4 @@ 'use strict'; | ||
namespace: emptyNamespace, | ||
path: args.path | ||
path: args.path, | ||
sideEffects: false | ||
}; | ||
@@ -177,3 +178,4 @@ } | ||
namespace: isCommonjs ? commonjsNamespace : namespace, | ||
path: args.path | ||
path: args.path, | ||
sideEffects: false | ||
}; | ||
@@ -180,0 +182,0 @@ }, "resolver"); |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.3.1-next.08f9f17.0", | ||
"version": "1.3.1-next.15ecdec.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -44,7 +44,7 @@ "main": "dist/index.js", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.19.1", | ||
"esbuild": "^0.19.2", | ||
"eslint": "^8.47.0", | ||
"eslint-config-mahir": "^0.0.31", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.3", | ||
"lint-staged": "^14.0.0", | ||
"pinst": "^3.0.0", | ||
@@ -51,0 +51,0 @@ "prettier": "^3.0.1", |
Sorry, the diff of this file is not supported yet
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
33948
208