Browse Source

format

master
kola-web 2 weeks ago
parent
commit
d6f76c7bf5
  1. 8
      project.config.json

8
project.config.json

@ -3,10 +3,7 @@
"miniprogramRoot": "src/", "miniprogramRoot": "src/",
"compileType": "miniprogram", "compileType": "miniprogram",
"setting": { "setting": {
"useCompilerPlugins": [ "useCompilerPlugins": ["typescript", "sass"],
"typescript",
"sass"
],
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
@ -72,4 +69,5 @@
] ]
}, },
"appid": "wxf9ce8010f1ad24aa" "appid": "wxf9ce8010f1ad24aa"
} }

Loading…
Cancel
Save