Skip to content

Commit 18dd4cc

Browse files
committed
fix: set miniprogramRoot to dist/wx
1 parent 6852b6e commit 18dd4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/project.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minified": true,
88
"newFeature": true
99
},
10-
"miniprogramRoot": "./dist/",
10+
"miniprogramRoot": "dist/wx/",
1111
"compileType": "miniprogram",
1212
"appid": "{{ appid }}",
1313
"projectname": "{{ name }}",

0 commit comments

Comments
 (0)