eminero
01/12/2021, 5:07 PMCheckoutEnvironment.ServiceController.js
, I have created the modules like we used to do in older versions, however whenever I try to deploy it, I get an error stating that the CheckoutEnvironment.ServiceController.ts
(typescript file) does not exist. All this work is just to figure out if we can improve performance.Steve Goldberg
01/12/2021, 5:16 PMSteve Goldberg
01/12/2021, 5:17 PMSteve Goldberg
01/12/2021, 5:18 PMeminero
01/12/2021, 5:22 PMeminero
01/12/2021, 5:23 PMSteve Goldberg
01/12/2021, 5:31 PMeminero
01/12/2021, 5:33 PMSteve Goldberg
01/12/2021, 5:47 PMSteve Goldberg
01/12/2021, 5:48 PMeminero
01/12/2021, 5:51 PMCheckoutEnvironment.ServiceController.js
, however when I run`gulp deploy --to` I got ENONT: ....
but the error is stating CheckoutEnvironment.ServiceController.ts is not found (I do not know from where it is expecting or taking the .ts) I have named with .js my file, then I tried to renamed just for testing using the .ts but it did not work (as expected)Steve Goldberg
01/12/2021, 5:53 PMeminero
01/12/2021, 5:57 PMSuiteCommerce Advanced 2020.1/SC_20.1_Live/Advanced
eminero
01/12/2021, 5:58 PMns.package.json
{
    "gulp": {
        "ssp-libraries": [
            "SuiteScript/*.js"
        ]
    },
    "overrides": {
        "Advanced/CheckoutApplication/SuiteScript/CheckoutEnvironment.ServiceController.js" : "SuiteScript/CheckoutEnvironment.ServiceController.js"
    }
   Â
}
eminero
01/12/2021, 5:59 PM"../Advanced/Extensions/XX_CheckoutApplication"
XX is just to hide the real abbreviation used in my folderSteve Goldberg
01/12/2021, 6:26 PMeminero
01/12/2021, 6:28 PMSteve Goldberg
01/13/2021, 12:31 PMSteve Goldberg
01/13/2021, 12:34 PMeminero
01/13/2021, 1:20 PMeminero
01/18/2021, 5:34 PMeminero
01/18/2021, 5:34 PMSteve Goldberg
01/18/2021, 5:45 PMeminero
01/18/2021, 5:54 PM