Skip to content

Commit

Permalink
fix: explicit Buffer reference for webpack (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jul 5, 2021
1 parent 30e54ea commit 007a7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict'

const Buffer = require('buffer').Buffer
const types = require('./types')
const rcodes = require('./rcodes')
const opcodes = require('./opcodes')
Expand Down

0 comments on commit 007a7c0

Please sign in to comment.