mimiMonads / vixeny

💜 Vixeny: At the forefront of modern web development, runtime-independent, efficiency-driven library dedicated to upholding the principles of FP; Desgined for creating scalable, maintainable, and high-performance web applications.
https://vixeny.dev/
139 stars 5 forks source link

consider using `"bun"` package.json exports condition #4

Closed Jarred-Sumner closed 1 year ago

Jarred-Sumner commented 1 year ago

Using a package.json "exports" condition would let you import vixeny from 'vixeny'

// Instead of
import vixeny from "vixeny/fun";
// they can do
import vixeny from "vixeny";
mimiMonads commented 1 year ago

thank! I already push the change, and it should be ready for the next release