Skip to content

Commit

Permalink
Small change of telemetry plugin to be pre
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed May 17, 2024
1 parent 609c062 commit 4a694ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/telemetry/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getPlugins: GetPlugins<OptionsWithTelemetryEnabled> = (
return [
{
name: PLUGIN_NAME,
enforce: 'post',
enforce: 'pre',
esbuild: getEsbuildPlugin(opt),
webpack: getWebpackPlugin(opt),
},
Expand Down

0 comments on commit 4a694ee

Please sign in to comment.