Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cmb_auth
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
cmb_auth
Commits
ffc74379
Commit
ffc74379
authored
Sep 30, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
2b2405f9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
14 deletions
+17
-14
.gitignore
.gitignore
+2
-1
sparkrc.js
sparkrc.js
+14
-13
sparkrescfg.json
sparkrescfg.json
+1
-0
No files found.
.gitignore
View file @
ffc74379
node_modules
node_modules
dist
\ No newline at end of file
sparkrc.js
View file @
ffc74379
module
.
exports
=
{
module
.
exports
=
{
OUTPUT_DIR
:
"dist"
,
"OUTPUT_DIR"
:
"dist"
,
SOURCE_DIR
:
"src"
,
"SOURCE_DIR"
:
"src"
,
TEMP_DIR
:
"./.temp"
,
"TEMP_DIR"
:
"./.temp"
,
ENTRY
:
"src/app.jsx"
,
"ENTRY"
:
"src/app.jsx"
,
TEMPLATE
:
"./public/index.html"
,
"TEMPLATE"
:
"./public/index.html"
,
API_MOCK
:
true
,
"API_MOCK"
:
true
,
PX2REM
:
true
,
"PX2REM"
:
true
,
IMAGE_Q1
:
0.6
,
//图片压缩质量
"IMAGE_Q1"
:
0.6
,
IMAGE_Q2
:
0.8
,
"IMAGE_Q2"
:
0.8
,
RES_PATH
:
'/src/assets/'
,
//资源配置路径,打包发布后会自动替换成cdn链接
"RES_PATH"
:
"/src/assets/"
,
RES_PATH_PROD
:
'/src/assets/'
"RES_PATH_PROD"
:
"//yun.duiba.com.cn/spark/v2/temp_base/1632972392604"
,
};
"JS_PATH_PROD"
:
"https://yun.duiba.com.cn/spark/v2/temp_base/1632972394667/js"
}
\ No newline at end of file
sparkrescfg.json
0 → 100644
View file @
ffc74379
{
"assetsPathArr"
:[]}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment