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

Disable merging and minification steps in the build process #243

Open
Lodin opened this issue Apr 26, 2024 · 0 comments
Open

Disable merging and minification steps in the build process #243

Lodin opened this issue Apr 26, 2024 · 0 comments

Comments

@Lodin
Copy link
Contributor

Lodin commented Apr 26, 2024

We've recently received a user request for access to the source code of our React components, as discussed in this forum thread. Currently, the code for each component is divided into two sections: a generated portion and a manually adjusted section for instances that require specific tuning. During the build process, these two sections are combined and subsequently minified.

This process, however, disrupts the mapping algorithm of IDEA, making it exceedingly difficult to navigate through the JavaScript code. Therefore, the proposal is to disable both the merging and minification steps during the build process. This would allow us to provide the end user with the original, unaltered code.

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

No branches or pull requests

2 participants