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 am having a problem converting my application from sbt to gradle, the error is like this
A failure occurred while executing org.gradle.playframework.tasks.internal.JavaScriptMinifyWorkAction
Minification failed with the following errors:
ES6_FEATURE. this language feature is only supported in es6 mode: const declarations. Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT to enable ES6 features. at /app/app/assets/javascripts/characters.js line 69 : 18
so I understand that I need to add this feature, but I don't know how to do this in my configuration and I can't find any documentation on how to configure how the task will work
does anybody here know how?
The text was updated successfully, but these errors were encountered:
I am having a problem converting my application from sbt to gradle, the error is like this
so I understand that I need to add this feature, but I don't know how to do this in my configuration and I can't find any documentation on how to configure how the task will work
does anybody here know how?
The text was updated successfully, but these errors were encountered: