Plugin for build scripts to use Fusion component library (Alibaba's React UI kit). Current stable version is 0.1.23. Integrates with build-scripts and provides configuration for Fusion components. Requires sass and webpack@4 as peer dependencies. This package is part of the ICE ecosystem but is not actively maintained; for new projects, consider using @ice/app's plugin system directly.
npm install build-plugin-fusionVerified import paths — ran on the pinned version, not inferred.
Shows how to configure build-plugin-fusion in build-scripts build.config.js to integrate Fusion components with theme support.
Use a compatible build-scripts version that supports webpack@4, or migrate to @ice/app with its own plugins.
Replace with @ice/app and its plugins (e.g., @ice/plugin-fusion if available).
Ensure the themePackage is installed and version matches Fusion component version.
npm install sass@^1.0.0 --save-dev
npm install webpack@4 --save-dev