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 have a custom code component, that include a external lib amis.
when execute the command pac pcf push --publisher-prefix xxx , the error below will throw:
错误: Import Solution Failed: CustomControl with name SampleNamespace.AmisTest failed to import with error: Webresource content size is too big.
Import Solution Failed: CustomControl with name SampleNamespace.AmisTest failed to import with error: Webresource content size is too big.
I have two questions:
Does the size limit referred to here mean the size of the entire component package, or the size of each file in the package?
If it's just a limit on the size of a single file, can we customize the packaging process in a config file? Like webpack or vite, we can intervene in the packaging process with a js file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dears,
I have a custom code component, that include a external lib amis.
when execute the command
pac pcf push --publisher-prefix xxx
, the error below will throw:I have two questions:
webpack
orvite
, we can intervene in the packaging process with a js file.Beta Was this translation helpful? Give feedback.
All reactions