Hi All, I am currently customizing a 19.2 version ...
# suitecommerce
m
Hi All, I am currently customizing a 19.2 version of SCA with the Extension Development Tools. I am trying to 'extend' TypeScript files from the
SC_19.2_Live
codebase and reference them inside my Extension Development Tools
extension
. I am able to access and extend the functionality I need, however I keep encountering console errors that my
extension
cannot find the original file I am trying to extend. With the TS Files, is there a special way to bring them in as dependencies with your AMD modules?
s
You're trying to add a checkout file as a dependency to an extension that will be used in shopping. You will either need to not to request the checkout file in a file used in the shopping application, or update the shopping application's distro to include the checkout file
m
That makes total sense, thanks Steve!