/import2

lazy import function who can prevent transpiled to require

Primary LanguageJavaScriptMIT LicenseMIT

Import2

A dynamic import() function which can avoid transpiling to require() function.

It also can avoid unexpected bundling.

import import2 from "import2";
const fs = await import2("fs");