Hello, sorry for the late reply, and yes the correct way to handle them is, infact putting them outs

Hello, sorry for the late reply, and yes the correct way to handle them is, infact putting them outside of the functions directory, but be sure not to put them in the root directory or put them in a root directory folder, they are not accessible for you on build, you should do what I said. Move those utility functions to a src folder in your output directory and access it using
"/src/theRestOfThePathToYourFile";

Furthermore apparently what they state in the first picture is the helper functions will not be bundled unless there is a functions file that imports it.
Was this page helpful?