You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code which is import qs from 'qs' gets replaced with import pc from 'picoquery'. But that fails when building because picoquery doesnt seem to have a default export:
src/main.ts (2:7): "default" is not exported by "node_modules/picoquery/lib/main.js", imported by "src/main.ts".
The text was updated successfully, but these errors were encountered:
My code which is
import qs from 'qs'
gets replaced withimport pc from 'picoquery'
. But that fails when building because picoquery doesnt seem to have a default export:The text was updated successfully, but these errors were encountered: