diff --git a/generators/app/templates/webapp/flpSandbox.html b/generators/app/templates/webapp/flpSandbox.html index 3ff9a6c..aa81ebd 100644 --- a/generators/app/templates/webapp/flpSandbox.html +++ b/generators/app/templates/webapp/flpSandbox.html @@ -61,7 +61,7 @@ "<%= appId %>": "./" }' data-sap-ui-theme="<%= defaultTheme %>" - data-sap-ui-oninit="module:sap/ui/core/ComponentSupport" + data-sap-ui-oninit="module:appconfig/appstart" data-sap-ui-async="true" data-sap-ui-compatVersion="edge" data-sap-ui-frameOptions="trusted" @@ -71,6 +71,6 @@ -
+
diff --git a/package-lock.json b/package-lock.json index 33c3b68..b92e0ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "Apache-2.0", "dependencies": { "chalk": "^5.3.0", - "generator-ui5-flp-plugin": "file:", "glob": "^11.0.0", "package-json": "^10.0.1", "semver": "^7.6.3", @@ -3177,10 +3176,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/generator-ui5-flp-plugin": { - "resolved": "", - "link": true - }, "node_modules/get-east-asian-width": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", diff --git a/package.json b/package.json index 24b525d..f47fa6b 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ ], "dependencies": { "chalk": "^5.3.0", + "glob": "^11.0.0", "package-json": "^10.0.1", "semver": "^7.6.3", "upath": "^2.0.1",