fix: non-strict dependency resolution
This commit is contained in:
@@ -238,7 +238,7 @@ $ npm test
|
||||
## Maintainers
|
||||
|
||||
[](https://jaredallard.me/) | [](https://github.com/calebboyd) | [](https://github.com/dgreif) |
|
||||
---|---|---|---
|
||||
---|---|---|
|
||||
[Jared Allard](https://github.com/jaredallard) | [Caleb Boyd](http://github.com/calebboyd) | [Dustin Greif](https://github.com/dgreif) |
|
||||
|
||||
### Former
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user