Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit ad54736

Browse files
committed
Fix manifest
1 parent b256556 commit ad54736

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@profcomff/devtools-webapp": "http://localhost:9005/js/app.js",
4848
"@profcomff/local": "http://localhost:8080/js/app.js",
4949
"@profcomff/toolbar-element": "http://localhost:9004/js/app.js",
50-
"@profcomff/auth": "http://localhost:9006/js/app.js"
50+
"@profcomff/auth-webapp": "http://localhost:9006/js/app.js"
5151
}
5252
}
5353
<% } %>

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module.exports = (webpackConfigEnv, argv) => {
8888
},
8989
],
9090
ios: true,
91-
publicPath: '/timetable',
91+
publicPath: '/',
92+
start_url: '/timetable',
9293
}),
9394
...nonlocal_plugins,
9495
],

0 commit comments

Comments
 (0)