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
The Kedro Viz project currently relies on the "workerize-loader" npm package. However, due to recent upgrade to Node18 as well as react-script / Webpack v5, it is necessary to identify and migrate to a more suitable alternative as existing "workerize-loader" npm package is not fully compatible with Webpack v5.
Context
This change is important as to avoid any compatibility issue due to "workerize-loader" npm package in future.
Possible Implementation
Identify modern replacements like "comlink" or "threads.js."
jitu5
changed the title
Find Alternative for "workerize-loader" NPM Package Dependency in Kedro Viz
Find Alternative for "workerize-loader" NPM Package Dependency
Jul 31, 2024
Description
The Kedro Viz project currently relies on the "workerize-loader" npm package. However, due to recent upgrade to Node18 as well as react-script / Webpack v5, it is necessary to identify and migrate to a more suitable alternative as existing "workerize-loader" npm package is not fully compatible with Webpack v5.
Context
This change is important as to avoid any compatibility issue due to "workerize-loader" npm package in future.
Possible Implementation
Identify modern replacements like "comlink" or "threads.js."
Ref
#1913
#1848
Checklist
The text was updated successfully, but these errors were encountered: