You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to prevent duplication of dependencies during the optimized build, we must add them as shared dependencies. Since typescript is now working fine for Attendance and Worksheet module, it would be good to add typescript as shared dependency in these two modules(and any others, if applicable).
Starting Point
If you wish to contribute, look in the module configuration config file for the eligible modules, and add typescript as a dependency in the list of shared dependency.
Example
For the attendance module, the config file is right now as follows:
Edit the list of shared dependencies and add typescript, make sure the version is consistent across all modules(the one which are using typescript that is)
The text was updated successfully, but these errors were encountered:
Description
In order to prevent duplication of dependencies during the optimized build, we must add them as shared dependencies. Since typescript is now working fine for Attendance and Worksheet module, it would be good to add typescript as shared dependency in these two modules(and any others, if applicable).
Starting Point
If you wish to contribute, look in the module configuration config file for the eligible modules, and add typescript as a dependency in the list of shared dependency.
Example
For the attendance module, the config file is right now as follows:
Edit the list of shared dependencies and add typescript, make sure the version is consistent across all modules(the one which are using typescript that is)
The text was updated successfully, but these errors were encountered: