sql-autocomplete icon indicating copy to clipboard operation
sql-autocomplete copied to clipboard

Bundling with webpack results an increase in the package size

Open MoatazAbdallh opened this issue 2 years ago • 0 comments

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

antlr

is there anyway to fix this and include only dependencies relevant to my imports

MoatazAbdallh avatar May 11 '22 21:05 MoatazAbdallh