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
The offending line is a require of the commands in the commands dir using string concatenation. Is there any reason they aren't hard coded? Seems like laziness to me, but perhaps there's another reason it was done this way.
The warning from webpack.
WARNING in ./~/osmosis/lib/Command.js
542:18-40 Critical dependency: the request of a dependency is an expression
The offending line is a
require
of the commands in thecommands
dir using string concatenation. Is there any reason they aren't hard coded? Seems like laziness to me, but perhaps there's another reason it was done this way.The warning from webpack.
The offending code
The text was updated successfully, but these errors were encountered: