orenelbaum / babel-plugin-solid-undestructure

A Babel plugin for SolidJS that allows you to destructure component props without losing reactivity.
95 stars 3 forks source link

Update package.json #16

Open IgorSzymanski opened 9 months ago

IgorSzymanski commented 9 months ago

Properly pointing to main, module and types in package.json

In environments like vite, the undestructure-macros package is failing, because package.json points to files that don't exist.

Failed to resolve entry for package "undestructure-macros". The package may have incorrect main/module/exports specified in its package.json. [plugin vite:dep-scan]
what-the-diff[bot] commented 9 months ago

PR Summary

IgorSzymanski commented 9 months ago

@orenelbaum Could you take a look, please?