Skip to content

Commit c2d8704

Browse files
committed
Reverts packages/browser-destinations/webpack.config.js
1 parent 1964c15 commit c2d8704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser-destinations/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const unobfuscatedOutput = {
104104
mainFields: ['exports', 'module', 'browser', 'main'],
105105
extensions: ['.ts', '.js'],
106106
fallback: {
107-
perf_hooks: false, // perf_hooks is not available in the browser. This fixes a build error.
108107
vm: require.resolve('vm-browserify'),
109108
crypto: false
110109
},

0 commit comments

Comments
 (0)