|
|
|
@ -3,10 +3,7 @@ |
|
|
|
"miniprogramRoot": "src/", |
|
|
|
"miniprogramRoot": "src/", |
|
|
|
"compileType": "src", |
|
|
|
"compileType": "src", |
|
|
|
"setting": { |
|
|
|
"setting": { |
|
|
|
"useCompilerPlugins": [ |
|
|
|
"useCompilerPlugins": ["typescript", "sass"], |
|
|
|
"typescript", |
|
|
|
|
|
|
|
"sass" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"babelSetting": { |
|
|
|
"babelSetting": { |
|
|
|
"ignore": [], |
|
|
|
"ignore": [], |
|
|
|
"disablePlugins": [], |
|
|
|
"disablePlugins": [], |
|
|
|
@ -51,27 +48,16 @@ |
|
|
|
"packOptions": { |
|
|
|
"packOptions": { |
|
|
|
"ignore": [ |
|
|
|
"ignore": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"value": "/images/*.jpg", |
|
|
|
"value": "/images/*", |
|
|
|
"type": "glob" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"value": "/images/**/*.jpg", |
|
|
|
|
|
|
|
"type": "glob" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"value": "/images/*.png", |
|
|
|
|
|
|
|
"type": "glob" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"value": "/images/**/*.png", |
|
|
|
|
|
|
|
"type": "glob" |
|
|
|
"type": "glob" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"value": "/images/**/*.gif", |
|
|
|
"value": "/images/**/*", |
|
|
|
"type": "glob" |
|
|
|
"type": "glob" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"include": [] |
|
|
|
"include": [] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"appid": "wx96104303877e3fd9" |
|
|
|
"appid": "wx96104303877e3fd9" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|