We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf89b4f + 1bcaba6 commit 0a55851Copy full SHA for 0a55851
index.js
@@ -30,7 +30,7 @@ function loader (source) {
30
31
const pkgTransforms = [].concat(
32
json.browserify && json.browserify.transform
33
- )
+ ).filter(Boolean)
34
35
map(pkgTransforms, 10, function (transform, next) {
36
transform = Array.isArray(transform) ? transform : [transform]
0 commit comments