We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3281a1 commit ab5002eCopy full SHA for ab5002e
karma.conf.js
@@ -37,6 +37,7 @@ module.exports = config => {
37
.ignore('fs')
38
.ignore('path')
39
.ignore('supports-color')
40
+ // .require(path.join(__dirname, 'node_modules', 'buffer'), {expose: 'buffer'})
41
.on('bundled', (err, content) => {
42
if (!err && bundleDirpath) {
43
// write bundle to directory for debugging
0 commit comments