We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5418c88 commit 7aa53bcCopy full SHA for 7aa53bc
packages/uni-mp-alipay/src/compiler/options.ts
@@ -100,7 +100,12 @@ export const options: UniMiniProgramPluginOptions = {
100
targets: [
101
...(process.env.UNI_MP_PLUGIN ? [copyMiniProgramPluginJson] : []),
102
{
103
- src: ['customize-tab-bar', 'ext.json', 'preload.json'],
+ src: [
104
+ 'customize-tab-bar',
105
+ 'ext.json',
106
+ 'preload.json',
107
+ 'sitemap.json',
108
+ ],
109
get dest() {
110
return process.env.UNI_OUTPUT_DIR
111
},
0 commit comments