Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activitys
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-10-22 17:46:10 +0800
Commit
798f484f32bef32fe56755ca67237b15ef2d6dad
1 parent
c22e26b3
fixed:html title
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
package.json
webpack.config.js
yarn.lock
package.json
View file @
798f484
...
...
@@ -71,7 +71,7 @@
"webpack-cli"
:
"^3.1.2"
,
"webpack-dev-server"
:
"^3.1.3"
,
"webpack-merge"
:
"^4.1.4"
,
"yoho-activity-sdk"
:
"1.0.
8
"
"yoho-activity-sdk"
:
"1.0.
9
"
},
"author"
:
"陈峰 <feng.chen@yoho.cn>"
,
"license"
:
"ISC"
,
...
...
webpack.config.js
View file @
798f484
...
...
@@ -33,7 +33,7 @@ let plugins = [
return
new
HtmlWebpackPlugin
({
filename
:
title
+
'.html'
,
template
:
'./index.ejs'
,
title
,
title
:
appHtmls
[
title
]
,
inject
:
true
,
})
}));
...
...
yarn.lock
View file @
798f484
...
...
@@ -6218,6 +6218,6 @@ yargs@^7.0.0:
y18n "^3.2.1"
yargs-parser "^5.0.0"
yoho-activity-sdk@1.0.8:
version "1.0.8"
resolved "http://npm.yohops.com/yoho-activity-sdk/-/yoho-activity-sdk-1.0.8.tgz#e78bb0dbf25c22e97dd6aa283e1e4fc27659c154"
yoho-activity-sdk@1.0.9:
version "1.0.9"
resolved "http://npm.yohops.com/yoho-activity-sdk/-/yoho-activity-sdk-1.0.9.tgz#96ad94b9d4d1aaf3405326b5eeedc2a0230c61f7"
...
...
Please
register
or
login
to post a comment