@datadog/esbuild-plugin 0.0.13-2 → 0.0.13-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.d.ts +1 -1
- package/dist/src/index.js +0 -4
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +1 -2
- package/dist/src/index.mjs.map +1 -1
- package/package.json +3 -5
package/dist/src/index.mjs
CHANGED
|
@@ -18136,7 +18136,6 @@ const buildPluginFactory = () => {
|
|
|
18136
18136
|
};
|
|
18137
18137
|
|
|
18138
18138
|
const datadogEsbuildPlugin = buildPluginFactory().esbuild;
|
|
18139
|
-
module.exports = datadogEsbuildPlugin;
|
|
18140
18139
|
|
|
18141
|
-
export { datadogEsbuildPlugin
|
|
18140
|
+
export { datadogEsbuildPlugin };
|
|
18142
18141
|
//# sourceMappingURL=index.mjs.map
|