Coralite v0.36.2 Released
Coralite v0.36.2 is now available, delivering stability and modularity enhancements. This release addresses key build optimization issues and refactors test setup configurations to streamline plugin imports.
Build Optimization and Resolution Fix #
This update resolves a build optimization and dependency resolution issue. By refining how internal modules are resolved during the build pipeline, the build output is now more reliable and performs more efficiently.
Modular Test Configuration #
To improve codebase clarity and maintainability, the test build scripts have been refactored. The staticAssetPlugin import has been relocated to its dedicated location, separating concerns and preventing unnecessary import overhead within the test setup scripts.
How to Upgrade #
To upgrade to the latest version, update your project dependencies:
npm install coralite@0.36.2
npm install coralite-scripts@0.36.2
