esm-module-alias An alternative to module-alias, but for esm esm-module-alias module-alias esm alias eubereveloper •2.2.1•3 months ago•6dependents•MITpublished version2.2.1,3 months ago6dependentslicensed under $MIT 20,327
A similar feature to this library is already available in node as a standard: import mapping. Not only does it allow for directory mapping, but it also allows dependency aliasing, and works for both require and import (ESM) WITHOUT break...
module-alias not workin with esm #123 opened Jan 19, 2022 by its-dibo 4 How to use the modules-alias with lerna ,it is unused in a lerna project. #120 opened Aug 2, 2021 by radiorz 2 Is it possible to use module-alias in a library and NOT require it in the upper proj...
'vue$':'vue/dist/vue.runtime.esm.js', }, plugins:[ Expand All@@ -129,6 +129,8 @@ module.exports = { // please link the files into your node_modules/ and let module-resolution kick in. // Make sure your source files are compiled, as they will not be processed in any way....
so what it means is, when tsconfig-paths support ESM nestjs will be able to work with ESM with no problems? is that right? hehe sorry for the silly question sweat_smile Partially, there's still more to it than just tsconfig-paths. There's ensuring we can still support express, fastify...
Expect the output to be: var foo = 'foo' console.log(foo) mattp0123closed this ascompletedJun 15, 2023 evanwmentioned this issueJul 18, 2023 evanwmentioned this issueOct 15, 2023 Assignees No one assigned Labels None yet Projects