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 package parameter/argument in a JavaScript function. During precompilation process in the deployment, it raises an error Uglifier::Error: Unexpected token: name (package) and the deployment halts. Renaming package to another name solves the issue.
I have a
package
parameter/argument in a JavaScript function. During precompilation process in the deployment, it raises an errorUglifier::Error: Unexpected token: name (package)
and the deployment halts. Renamingpackage
to another name solves the issue.staging.rb
/production.rb
The text was updated successfully, but these errors were encountered: