-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strict-mode does not allow duplicate property names in log file #14
Comments
It seems Smidge has a dependency on NUglify, which has this error message: |
Maybe it doesn't support newer JS syntax. There are some other formats here we could include instead: |
@bergmania okay, it seems the changes in v3.3.0 affect the bundling/minifying in production, which caused some other controllers not being registered, e.g. these controllers used for custom block views: Locally it did work though. I reverted back to v3.2.0 and everything in working on production again. Could we try using one of the alternative versions instead: https://github.com/tomik23/autocomplete/tree/master/dist/js |
I was having the same issue after upgrading to 3.3.0. The Smidge.Nuglify error broke parts of the backoffice (e.g. block list editor). I also had to revert back to 3.2.0 to resolve the issue. |
Looks like we can just use the pre-minified version |
Fixed in 3.3.1 |
Not sure it should include the minified version. Doesn't Smidge already minify the assets? I think the main issues is that the JS asset was compiled using |
Not sure if this is an issue with the map plugin or because it use Smidge to bundle assets, but I noticed these log errors on an Umbraco Cloud project I am working on.
The text was updated successfully, but these errors were encountered: