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
At this moment, minify-maven-plugin fails to minify JS code produced by Babel:
[INFO] Creating the minified file [SeriesSaleImportForm.min.js].
[ERROR] missing name after . operator at SeriesSaleImportForm.js line 56:12
}).catch(function (error) {
^
[ERROR] missing } after property list at SeriesSaleImportForm.js line 58:5
});
^
[ERROR] syntax error at SeriesSaleImportForm.js line 64:2
}, {
^
[ERROR] syntax error at SeriesSaleImportForm.js line 65:7
key: 'render',
^
[ERROR] syntax error at SeriesSaleImportForm.js line 66:9
value: function render() {
^
[ERROR] syntax error at SeriesSaleImportForm.js line 143:3
}
^
[ERROR] syntax error at SeriesSaleImportForm.js line 144:3
}]);
^
[ERROR] invalid return at SeriesSaleImportForm.js line 146:8
return SeriesSaleImportForm;
^
[ERROR] syntax error at SeriesSaleImportForm.js line 147:1
}(React.Component);
^
[ERROR] Compilation produced 9 syntax errors.
The puzzle
1057-a9217ba4
from #1057 has to be resolved:mystamps/src/main/java/ru/mystamps/web/feature/site/ResourceUrl.java
Line 45 in 6b40dca
The puzzle was created by Slava Semushin on 23-Jun-19.
The text was updated successfully, but these errors were encountered: