Hi,
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