diff --git a/README.md b/README.md index 85a1c5b..4fdbefb 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ $ npm test ## Maintainers [![Jared Allard](https://avatars.githubusercontent.com/u/2391349?s=130)](https://jaredallard.me/) | [![Caleb Boyd](https://avatars.githubusercontent.com/u/5818726?s=130)](https://github.com/calebboyd) | [![Dustin Greif](https://avatars.githubusercontent.com/u/3026298?s=130)](https://github.com/dgreif) | ----|---|---|--- +---|---|---| [Jared Allard](https://github.com/jaredallard) | [Caleb Boyd](http://github.com/calebboyd) | [Dustin Greif](https://github.com/dgreif) | ### Former diff --git a/src/steps/bundle.ts b/src/steps/bundle.ts index e14bbbc..f8eab10 100644 --- a/src/steps/bundle.ts +++ b/src/steps/bundle.ts @@ -10,7 +10,7 @@ function makeRelative(cwd: string, path: string) { let producer = async function(compiler: NexeCompiler) { const { cwd, input } = compiler.options - const { files } = await resolveFiles({ entries: [compiler.options.input], cwd }) + const { files } = await resolveFiles({ entries: [compiler.options.input], cwd, strict: false }) Object.keys(files).forEach(x => { const file = files[x]! if (file) {