update at 2026-02-14 13:43:15
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
{
|
||||
"description": "sankey miniapp standalone config",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"ignore": [
|
||||
{
|
||||
"type": "folder",
|
||||
"value": "node_modules"
|
||||
},
|
||||
{
|
||||
"type": "folder",
|
||||
"value": "miniprogram_npm"
|
||||
},
|
||||
{
|
||||
"type": "suffix",
|
||||
"value": ".map"
|
||||
}
|
||||
],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
@@ -10,13 +23,8 @@
|
||||
"minified": true,
|
||||
"uglifyFileName": false,
|
||||
"enhance": true,
|
||||
"packNpmManually": true,
|
||||
"packNpmRelationList": [
|
||||
{
|
||||
"packageJsonPath": "./package.json",
|
||||
"miniprogramNpmDistDir": "miniprogram_npm"
|
||||
}
|
||||
],
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
|
||||
Reference in New Issue
Block a user