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 understand blazor doesn't do any minification on collocated scripts. I tried to do my own, but I have found the minimized version (*.min.js) of the collocated scripts cannot be loaded by blazor. Does the framework only support scripts with the exact name of the component? is there any consideration to at least support the minified name pattern? I was expecting it was supported by default as it is pretty much a standardized convention in the web
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
Uh oh!
There was an error while loading. Please reload this page.
-
I understand blazor doesn't do any minification on collocated scripts. I tried to do my own, but I have found the minimized version (*.min.js) of the collocated scripts cannot be loaded by blazor. Does the framework only support scripts with the exact name of the component? is there any consideration to at least support the minified name pattern? I was expecting it was supported by default as it is pretty much a standardized convention in the web
Beta Was this translation helpful? Give feedback.
All reactions