In My application I have a file bootstrap and in this file I have written global functions and included this file in app.json as well but when I compiled my project into production I get Uncaught ReferenceError: get_data is not defined,get_data is a function written in bootstrap file, I am not sure why it is not picking up functions written in that file, it works fine in normal mode. Any type of help is appreciated.