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
lijing
2017-05-03 14:57:59 +0800
Commit
032963dd40a23d6ab27900a1eadc5d81f8021d37
1 parent
4c9c4f7e
webpack
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 @
032963d
...
...
@@ -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