UNPKG

@nx/angular-rsbuild

Version:

Rsbuild Plugin for building Angular.

9 lines (8 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadEsmModule = loadEsmModule; let load; function loadEsmModule(modulePath) { load ??= new Function('modulePath', `return import(modulePath);`); return load(modulePath); }