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
in tsconfig.json then the package resolves okay, but this needs to be stated in the docs, and also why do I need to make all these changes for this to work?
This was not intentional for those to be not resolvable. All of our fixtures had "moduleResolution": "bundler" which was hiding this problem. I did add test fixture using "moduleResolution": "node" (as that seems to be the oldest method of resolving modules) and made adjustments to setup to work with older module resolution settings in #279
If you already have things working after changing module resolution in your project you won't need to change anything, but otherwise I would recommend using @netlify/angular-runtime/common-engine.mjs imports (with extensions) as extensionless ones become problematic to support for various configurations. We do keep export map so the previous extensionless import should continue to work.
With that, I'll close this ticket - feel free to re-open if you still have troubles with resolving those modules
Describe the bug
I installed version 2.2.2 because it was throwing build errors when I tried to deploy my pre-rendered angular app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to deploy by following instructions
Versions
If you're using the CLI to build
If you're using file-based installation
The text was updated successfully, but these errors were encountered: