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'm using external dependency already minified. The build process create a new minfied file that break the external dependency. So I test to exclude this dependency from minification
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
I'm using external dependency already minified. The build process create a new minfied file that break the external dependency. So I test to exclude this dependency from minification
"js": { "compile": false, "minify": { "exclude": ["**.min.js"] } },
The feature is now not broken but it seems the file is not minified anymore.
It's a standard behavior to unminified external file imported in html import ?
The text was updated successfully, but these errors were encountered: