Skip to content

Commit 3fcca8f

Browse files
authored
Merge pull request #54 from mpvue/zyc/program-root
fix: set miniprogramRoot to dist/wx
2 parents 6852b6e + 18dd4cc commit 3fcca8f

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)