Compare commits
No commits in common. "master" and "v1.6.0" have entirely different histories.
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.1",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.1",
|
"version": "1.6.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.0",
|
"@babel/core": "^7.21.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.1",
|
"version": "1.6.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,8 +22,6 @@ let mainMountElement = document.getElementById('app');
|
|||||||
if (!mainMountElement) {
|
if (!mainMountElement) {
|
||||||
mainMountElement = document.createElement('div');
|
mainMountElement = document.createElement('div');
|
||||||
mainMountElement.id = 'app';
|
mainMountElement.id = 'app';
|
||||||
|
|
||||||
document.body.append(mainMountElement);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async ({ apps: rawApps, navigations, config, features }) => {
|
export default async ({ apps: rawApps, navigations, config, features }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user