Skip to content

Conversation

@digitsum
Copy link

@digitsum digitsum commented Jan 9, 2026

Fixes the bug that manually enabled compilers as described here are not actually enabled. The config gets lost in the transformation. See provided fixture for a reproduction example.

During analysis I already found the culprit code location. That's why I directly opened a pull request to fix it. Please let me know if you prefer a different solution or if I should open an issue first.

@digitsum digitsum force-pushed the manual-enable-compilers branch from 8552798 to 6dbf0ca Compare January 9, 2026 15:06
entry: ['parent.vue'],
compilers: {
vue: true,
},
Copy link
Author

@digitsum digitsum Jan 9, 2026

Choose a reason for hiding this comment

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

Here the vue compiler is already automatically activated via the vue dependency in package.json. So the manual setting is not needed here and this also explains why this test is green.
That's why I created a new separate fixture. I removed the manual setting here to avoid confusion. Please let me know if this is beyond the scope of this pull request.

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.

1 participant