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
ccbikai(👎🏻🍜)
2017-04-24 11:54:07 +0800
Commit
4c8278b12e3dd820252999209a836e08451fdd41
1 parent
40d496df
遵循webpack-dev-server设置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/build/webpack.dev.config.js
public/build/webpack.dev.config.js
View file @
4c8278b
...
...
@@ -27,7 +27,7 @@ _.mergeWith(baseConfig, {
}]
},
devServer
:
{
host
:
'0.0.0.0'
,
host
:
devInfo
.
host
,
port
:
devInfo
.
port
,
publicPath
:
devInfo
.
publicPath
,
contentBase
:
[
path
.
join
(
__dirname
,
'./bundle/'
),
path
.
join
(
__dirname
,
'../'
)],
...
...
Please
register
or
login
to post a comment