|
|
@ -141,7 +141,6 @@ export class RemixURLResolver { |
|
|
|
if (this.getDependencies) { |
|
|
|
if (this.getDependencies) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
const { deps, yarnLock, packageLock } = await this.getDependencies() |
|
|
|
const { deps, yarnLock, packageLock } = await this.getDependencies() |
|
|
|
console.log('deps', deps, yarnLock, packageLock) |
|
|
|
|
|
|
|
let matchLength = 0 |
|
|
|
let matchLength = 0 |
|
|
|
let pkg |
|
|
|
let pkg |
|
|
|
if (deps) { |
|
|
|
if (deps) { |
|
|
|