We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running ng serve --prod the themes get treeshaken
ng serve --prod
particularly this line of code
covalent/src/platform/echarts/base/base.module.ts
Line 20 in e2fc638
Themes should still be bundled when building the application.
We need to figure out a different way to register the themes if the current way is considered tree shakable.
Either have the users always add that line, add docs about it and we remove the call, or we make it work in all scenarios.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
When running
ng serve --prod
the themes get treeshakenparticularly this line of code
covalent/src/platform/echarts/base/base.module.ts
Line 20 in e2fc638
What is the expected behavior?
Themes should still be bundled when building the application.
Other information
We need to figure out a different way to register the themes if the current way is considered tree shakable.
Either have the users always add that line, add docs about it and we remove the call, or we make it work in all scenarios.
The text was updated successfully, but these errors were encountered: