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
I'm trying to include this module in a project with webpack, which tries to gather up code into discrete bundles. It can't do this if it can't figure out where a require is likely to lead.
Older versions of colors included a setTheme method that took an arbitrary string and then tried to require that string directly, i.e. literally anything could possibly be required from literally anywhere... so webpack is in a bind. This was resolved several years ago in colors, and hopefully that dependency could be updated in the next release of cli-table.
I would have already opened a pull request myself today, but colors doesn't keep a changelog and I'm not sure how it's being used in this package, so I'm afraid of breaking something.
The text was updated successfully, but these errors were encountered:
I'm trying to include this module in a project with webpack, which tries to gather up code into discrete bundles. It can't do this if it can't figure out where a
require
is likely to lead.Older versions of
colors
included asetTheme
method that took an arbitrary string and then tried torequire
that string directly, i.e. literally anything could possibly be required from literally anywhere... so webpack is in a bind. This was resolved several years ago incolors
, and hopefully that dependency could be updated in the next release ofcli-table
.I would have already opened a pull request myself today, but
colors
doesn't keep a changelog and I'm not sure how it's being used in this package, so I'm afraid of breaking something.The text was updated successfully, but these errors were encountered: