Hi Odoo developers,
This is sample manifest file.
{
'assets': {
'point_of_sale._assets_pos': [
'pos_square_app/static/*',
],
},
}
import { PaymentScreen } from "@point_of_sale/app/screens/payment_screen/payment_screen";
When loading the POS UI, showing syntax error. The import statement on top of file is still there, which is not transpiled, that is the reason.
Any ideas for the issue?
Thanks