Estoy tratando de importar el módulo dinámicamente pero está fallando sin motivo
import('../Util/Cache/xxx.js').then((module) => { console.log('module', module); })arriba uno está trabajando.
const path = `../Util/Cache/${fileName}`; import(path).then((module) => { console.log('module', module); })Este no está funcionando.
fileName is xxx.js