@datadog/esbuild-plugin 2.3.1-dev-0 → 2.3.1-dev-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19152,7 +19152,11 @@ const getInjectionPlugins = (opts, context, toInject) => {
19152
19152
  return { id, moduleSideEffects: true };
19153
19153
  }
19154
19154
  },
19155
- loadInclude: isInjectedFile,
19155
+ loadInclude(id) {
19156
+ if (isInjectedFile(id)) {
19157
+ return true;
19158
+ }
19159
+ },
19156
19160
  load(id) {
19157
19161
  if (isInjectedFile(id)) {
19158
19162
  return getContentToInject();
@@ -33205,7 +33209,7 @@ const buildPluginFactory = ({
33205
33209
 
33206
33210
  var name = "@datadog/esbuild-plugin";
33207
33211
  var packageManager = "yarn@4.0.2";
33208
- var version$1 = "2.3.1-dev-0";
33212
+ var version$1 = "2.3.1-dev-2";
33209
33213
  var license = "MIT";
33210
33214
  var author = "Datadog";
33211
33215
  var description = "Datadog ESBuild Plugin";