Closed Jarred-Sumner closed 1 year ago
Using a package.json "exports" condition would let you import vixeny from 'vixeny'
"exports"
import vixeny from 'vixeny'
// Instead of import vixeny from "vixeny/fun";
// they can do import vixeny from "vixeny";
thank! I already push the change, and it should be ready for the next release
Using a package.json
"exports"
condition would let youimport vixeny from 'vixeny'