Using Ojet version @11.0.1, when running in release mode, application throws a parse error over the syntax. There is no such error when running without release mode.
Error: Parse error using esprima for file: **/viewModel.js
Error: Line 70: Unexpected token .
I am assuming the esprima included in ojet@11.0.1 tooling is unable to parse es6 syntax. Kindly guide what can be the solution to this and how can we run the application in release mode.