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.
1 parent 626d063 commit d1a9824Copy full SHA for d1a9824
src/index.js
@@ -18,7 +18,7 @@ function handleFile(file, options) {
18
filesToProcess = options;
19
} else {
20
options = options || {};
21
- filesToProcess = options._ || [];
+ filesToProcess = options._ || ['**/*'];
22
}
23
if (processFile(file, filesToProcess)) {
24
return transformify(windowify)(file);
@@ -27,4 +27,4 @@ function handleFile(file, options) {
27
28
29
30
-module.exports = handleFile;
+module.exports = handleFile;
0 commit comments