Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of the R1 runtime deps #29161

Open
wants to merge 26 commits into
base: 25_1
Choose a base branch
from

Conversation

tongsonbarbs
Copy link
Contributor

No description provided.

@tongsonbarbs tongsonbarbs requested review from pomahtri and a team March 4, 2025 03:58
@tongsonbarbs tongsonbarbs self-assigned this Mar 4, 2025
@tongsonbarbs tongsonbarbs requested a review from a team as a code owner March 5, 2025 06:23
// '@devextreme/runtime/declarations': require.resolve('./js/__internal/core/r1/runtime/declarations/index.ts'),
// '@devextreme/runtime/angular': require.resolve('./js/__internal/core/r1/runtime/angular/index.ts'),
// '@devextreme/runtime/vue': require.resolve('./js/__internal/core/r1/runtime/vue/index.ts'),
// '@devextreme/runtime/react': require.resolve('./js/__internal/core/r1/runtime/react/index.tsx')
Copy link
Contributor

Choose a reason for hiding this comment

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

let's either revert changes in this file or delete resolve: {...} config completely here

@@ -48,6 +48,7 @@
"js/**/*.d.ts",
"js/renovation",
"../devextreme-themebuilder",
"testing/testcafe"
"testing/testcafe",
"js/__internal/core/r1/runtime/**/*.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

why is it needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants