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
@johnnyreilly
Is there a chance this somehow got into the published version?
We got an error on our vue app:
"Uncaught TypeError: Cannot assign to read only property 'exports' of object '#'
Looking around, we found that the vue build is warning us that Typescript version 4.9.3 is not supported
We tried to specify the typescript version in the package.json but it didn't help
Looking at the package-locks.json we found out that ts-loader uses Typescript 4.9.3
We had to find an old package-lock.json file in order to control it
Where does it specify the exact version of typescript that ts-loader uses?
ts-loader uses "*" - there shouldn't be any dependency on a specific version forced through ts-loader itself. What's more, we haven't published a new version and so you shouldn't be picking that up from us
You are super right
It was wrong for me to assume that
Just some weird warning regarding ts
Some other package were to blame
Sorry for wasting your time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.