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
With importSuffix=.js I'm fine with having it also import protobufjs/minimal.js but wonder if there is ever a case where importSuffix would not be .js?
The package
protobufjs/minimal
is being import asimport * as _m0 from "protobufjs/minimal";
(Produced the following error):
And it is required to be imported as follows:
import _m0 from "protobufjs/minimal.js";
The text was updated successfully, but these errors were encountered: