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
Iam only using SQLDialect.PLpgSQL through the following imports
import {SQLAutocomplete, SQLDialect} from "sql-autocomplete";
and using webpack to bundle for production package but it seems the result package include all dialect and even non-used dependencies, please refer to the attached image
is there anyway to fix this and include only dependencies relevant to my imports