feat: tailwindcss
This commit is contained in:
32
dist/project.config.json
vendored
32
dist/project.config.json
vendored
@@ -1,15 +1,33 @@
|
||||
{
|
||||
"miniprogramRoot": "./",
|
||||
"miniprogramRoot": "",
|
||||
"projectname": "taro-template",
|
||||
"description": "taro模版",
|
||||
"appid": "touristappid",
|
||||
"appid": "wx99c8c167adcab8fc",
|
||||
"setting": {
|
||||
"urlCheck": true,
|
||||
"urlCheck": false,
|
||||
"es6": false,
|
||||
"enhance": false,
|
||||
"compileHotReLoad": false,
|
||||
"postcss": false,
|
||||
"minified": false
|
||||
"compileHotReLoad": true,
|
||||
"postcss": true,
|
||||
"minified": true,
|
||||
"uglifyFileName": true,
|
||||
"bigPackageSizeSupport": true,
|
||||
"swc": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"compileType": "miniprogram"
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "3.7.1",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user