GitLab
Sign in
front-cli
/
fw-h5app-template
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c552f66e3ed51452d584c22a50868a4b3363e4a2
Authored by
张志伟
2024-12-28 16:36:19 +0800
1 parent
1420f8c3
🐹 feat(*): 增加调试js
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modern.config.ts
modern.config.ts
View file @
c552f66
...
...
@@ -44,7 +44,7 @@ export default defineConfig({
44
44
},
45
45
{
46
46
tag: 'script',
47
- publicPath:
true
,
47
+ publicPath:
''
,
48
48
attrs: { src: '/sdk/eruda.min.js' },
49
49
head: true,
50
50
hash: true,
...
...