Isomorfeus Asset Manager

Convenient and well performing on demand asset bundling for the isomorfeus framework project, internally using esbuild (esbuild-wasm).

Version follows esbuild version: 0.16.x comes with esbuild 0.16.y.

No need to install esbuild separately, everything bundled ready to go. However, if within the project the 'esbuild' npm package is installed in node_modules, that version will be used instead.

Community and Support

At the Isomorfeus Framework Project

Targets

By default Isomorfeus Asset Manager bundles for browsers using the 'es6' target and for node using the 'node18' target of esbuild.

SASS

For SASS support, installing the esbuild-sass-plugin is enough, it will be automatically loaded when available in the node load path, eg. in node_modules of the project.