You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a Component-preload.js file for openui5 / sapui5 projects. Supports .js and .xml artifacts.
3
+
Creates a Component-preload.js file for openui5 / sapui5 projects. Creating a prelaod file can speed up the initial load time of your webapp, by reducing the number of HTTP requests / roundtrips to load your code. The preload file can combine your `js` artifacts, `xml`,`js`, `html`and `json` views as well as `.properties` files into a single `Component-preload.js` file.
4
4
5
5
## Install
6
6
@@ -75,12 +75,6 @@ The namespace at the `base` path. All source files are treated as sub-namespaces
75
75
76
76
File name of the combined file to emit.
77
77
78
-
79
-
## Limitations
80
-
81
-
`.json` and `.html` views are not yet supported. Please open an issue or make a pull request if you need them. Implementation should be fairly easy - just a few LoC in the function `transformSingleFile`.
0 commit comments