Skip to content

fix(npm): restore packages dist structure#179

Open
damyanpetev wants to merge 1 commit into
masterfrom
dpetev/fix-dist-structure
Open

fix(npm): restore packages dist structure#179
damyanpetev wants to merge 1 commit into
masterfrom
dpetev/fix-dist-structure

Conversation

@damyanpetev

Copy link
Copy Markdown
Member

A seemingly benign "rootDir": "./", snuck in 19.6.2 with some deps updates, but because all included files were in src/ that was also the previous implicit root, so the change moved all declarations to /src instead:

image

https://www.npmjs.com/package/igniteui-react/v/19.6.2?activeTab=code

image

https://www.npmjs.com/package/igniteui-react/v/19.6.1?activeTab=code

Causing all packages to loose their typings:
image

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants