Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
testspark317
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
testspark317
Commits
b298a6c1
Commit
b298a6c1
authored
Mar 17, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e2f320a5
e2ecc459
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
2 deletions
+7
-2
.DS_Store
project/.DS_Store
+0
-0
.gitignore
project/.gitignore
+3
-0
webpack.common.config.js
project/config/webpack.common.config.js
+2
-0
sparkrc.js
project/sparkrc.js
+1
-1
sparkrescfg.json
project/sparkrescfg.json
+1
-1
No files found.
project/.DS_Store
View file @
b298a6c1
No preview for this file type
project/.gitignore
0 → 100644
View file @
b298a6c1
node_modules
dist
.DS_Store
\ No newline at end of file
project/config/webpack.common.config.js
View file @
b298a6c1
const
path
=
require
(
'path'
);
const
fs
=
require
(
"fs"
);
const
HtmlJsToES5Plugin
=
require
(
"./HtmlJsToES5Plugin"
);
const
{
SPARK_CONFIG_DIR_KEY
,
SPARK_CONFIG
}
=
require
(
'./scripts/constant'
);
const
HtmlWebpackPlugin
=
require
(
"html-webpack-plugin"
);
...
...
project/sparkrc.js
View file @
b298a6c1
...
...
@@ -9,5 +9,5 @@ module.exports ={
"IMAGE_Q1"
:
0.6
,
"IMAGE_Q2"
:
0.8
,
"RES_PATH"
:
"/src/assets/"
,
"RES_PATH_PROD"
:
"//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/16159
47628444
"
"RES_PATH_PROD"
:
"//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/16159
63701459
"
}
\ No newline at end of file
project/sparkrescfg.json
View file @
b298a6c1
{
"assetsPathArr"
:[
"//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615947628444/index/index_bg.png"
]}
\ No newline at end of file
{
"assetsPathArr"
:[
"//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615963701459/index/index_bg.png"
]}
\ 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