nativescript-community / solid-js

SolidJS for NativeScript
MIT License
56 stars 1 forks source link

Resolve alias for solid-js/web to web. #9

Closed ammarahm-ed closed 1 month ago

ammarahm-ed commented 1 month ago

Some libraries such as @tanstack/solid-query import some APIs fromsolid-js/web. By default solid-js picks /server.js file for NativeScript which results in incorrect behavior. Hence we add an alias for solid-js/web import to point to dist/web.js.

vallemar commented 1 month ago

@ammarahm-ed nice!