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
Reason: the webpack-sources API is used incorrect.
// it is wrongletsource=assets[asset].source()source+=erudaCodecompilation.assets[asset].source=()=>sourcecompilation.assets[asset].size=()=>source.length
An asset is an instance of the Source interface. docs
This interface is not intended to change any of its values.
Should use a ConcatSource instance to add eruda code to the bundle.
The text was updated successfully, but these errors were encountered:
Reason: the webpack-sources API is used incorrect.
An asset is an instance of the Source interface. docs
This interface is not intended to change any of its values.
Should use a ConcatSource instance to add eruda code to the bundle.
The text was updated successfully, but these errors were encountered: