Open sp1rytus opened 5 years ago
What is your moduleResolution
in tsconfig.json?
moduleResolution is node
I'm developing ngx app with based on Angular 8.2.14. We are developing with a template using bazel created with the following command.
ng new --collection=@angular/bazel
I'm submitting a...
Current behavior
Regarding the distributed files of the npm package.
node_modules/@ngxs-labs/emitter/bundles/ngxs-labs-emitter.umd.js
The ID that recognizes package is not passed when defining with
define
function. For this reason, the following error occurs when launching a bundled application in Angular with AOT compilation (ngxs-labs-emitter.umd.min.js works correctly)Current state:
Expected state:
From browser console error:
The umd file is created from the github code using the
yarn emitter: build
command, the ID is correctly assigned, so there may be some problem in the package upload process.