Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-09-20 10:54:16 +0800
Commit
65182954e86112ea30ce938be1e72ea2cf21af87
1 parent
9eda1969
'dev-http'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/gulpfile.js
public/gulpfile.js
View file @
6518295
...
...
@@ -183,7 +183,7 @@ gulp.task('webpack-dev-server', () => {
new
WebpackDevServer
(
webpack
(
devConfig
),
{
contentBase
:
'.'
,
publicPath
:
'//localhost:5001/'
,
publicPath
:
'
http:
//localhost:5001/'
,
hot
:
true
,
stats
:
{
colors
:
true
...
...
Please
register
or
login
to post a comment