You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => https://github.com/ngxs/store/blob/master/CONTRIBUTING.md
[x] Other... Please describe:
Current behavior
Regarding the distributed files of the npm package.
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)
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: