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
This is a follow-up issue to OSOE-84.
Currently, Lombiq.DataTables uses patched versions of datatables.net base on 1.10.25 and datatables.net-bs4 based on 3.2.2.
Lombiq.DataTables
datatables.net
1.10.25
datatables.net-bs4
3.2.2
The patches should long be available in newer releases, and we should return to using regular npm package dependencies to manage them.
dependencies
nodejsExtensions.assetsToCopy
Jira issue
The text was updated successfully, but these errors were encountered:
Remove todo comment in favor of new issue
08cb77d
#120
No branches or pull requests
This is a follow-up issue to OSOE-84.
Problem
Currently,
Lombiq.DataTables
uses patched versions ofdatatables.net
base on1.10.25
anddatatables.net-bs4
based on3.2.2
.The patches should long be available in newer releases, and we should return to using regular npm package dependencies to manage them.
Solution
datatables.net
anddatatables.net-bs4
back to package.jsondependencies
.nodejsExtensions.assetsToCopy
config object in package.json to copy the respective files from there instead of UnmanagedNodeModules.Jira issue
The text was updated successfully, but these errors were encountered: