@datadog/rollup-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.
package/dist/src/index.js CHANGED
@@ -19175,7 +19175,11 @@ const getInjectionPlugins = (opts, context, toInject) => {
19175
19175
  return { id, moduleSideEffects: true };
19176
19176
  }
19177
19177
  },
19178
- loadInclude: isInjectedFile,
19178
+ loadInclude(id) {
19179
+ if (isInjectedFile(id)) {
19180
+ return true;
19181
+ }
19182
+ },
19179
19183
  load(id) {
19180
19184
  if (isInjectedFile(id)) {
19181
19185
  return getContentToInject();
@@ -33228,7 +33232,7 @@ const buildPluginFactory = ({
33228
33232
 
33229
33233
  var name = "@datadog/rollup-plugin";
33230
33234
  var packageManager = "yarn@4.0.2";
33231
- var version$1 = "2.3.1-dev-0";
33235
+ var version$1 = "2.3.1-dev-2";
33232
33236
  var license = "MIT";
33233
33237
  var author = "Datadog";
33234
33238
  var description = "Datadog Rollup Plugin";