it seems to be struggling to replace paths in import functions like ```javascript const config = await import('@configJSON', { assert: { type: 'json' } }); ``` the output is the same path... ```javascript const config = await import('@configJSON', { assert: { type: 'json' } }); ```
it seems to be struggling to replace paths in import functions like
the output is the same path...