Skip to content

What's new in v3.1.1

Choose a tag to compare

@KiranMantha KiranMantha released this 04 Jul 08:10
· 193 commits to master since this release

Previously PlumeJS rely on reflection for DI. But as javascript itself won't provide reflection metadata at minification phase, Dev has to supply that metadata. Well this is a small inconvinience but this enables devs to use their preferred bundlers like rollup/esbuild/vite/swc which won't rely on reflection which inturn reduce the bundle size. PlumeJS will itself move to vite which leads to way smaller builds when compared with webpack.