Hi!
I have created a Component-preload.js file for a custom SAPUI5 app using the gulp method. The file is not loaded so I'm wondering...
a) Must I have also a Component.js or some other necessary files in the project? Currently I have only index.html
b) Is the namespace wrong? How to determine the correct namespace of my project?
My Index.html:
https://jsbin.com/hajewimifa/edit?html,output
The project structure in Eclipse:
The Component-preload looks like this: