@datadog/webpack-plugin 2.0.2-dev-1 → 2.0.2-dev-3

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
@@ -30142,7 +30142,7 @@ const buildPluginFactory = ({
30142
30142
 
30143
30143
  var name = "@datadog/webpack-plugin";
30144
30144
  var packageManager = "yarn@4.0.2";
30145
- var version = "2.0.2-dev-1";
30145
+ var version = "2.0.2-dev-3";
30146
30146
  var license = "MIT";
30147
30147
  var author = "Datadog";
30148
30148
  var description = "Datadog Webpack Plugin";
@@ -30232,6 +30232,10 @@ var pkg = {
30232
30232
  const datadogWebpackPlugin = buildPluginFactory({
30233
30233
  version: pkg.version
30234
30234
  }).webpack;
30235
+ module.exports = {
30236
+ helpers,
30237
+ datadogWebpackPlugin
30238
+ };
30235
30239
 
30236
30240
  exports.datadogWebpackPlugin = datadogWebpackPlugin;
30237
30241
  exports.helpers = helpers;