Skip to content

Commit 62fbb0e

Browse files
committed
Fix annoying bundling warning from unnecessary 'vm' in asn1
1 parent 4f06d0f commit 62fbb0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

automation/webpack.common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default <Webpack.Configuration>{
3030
net: false,
3131
tls: false,
3232
http: false,
33+
vm: false,
3334

3435
assert: require.resolve('assert/'),
3536
crypto: require.resolve('crypto-browserify'),

0 commit comments

Comments
 (0)