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-03-23 11:42:19 +0800
Commit
ac8bd5a974edaa6d38db64636a0a4b0864be0ce5
1 parent
1ebe6b99
去除啰嗦的日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/build/webpack.dev.config.js
public/build/webpack.dev.config.js
View file @
ac8bd5a
...
...
@@ -28,7 +28,9 @@ baseConfig.devServer = {
compress
:
true
,
stats
:
{
colors
:
true
,
children
:
false
children
:
false
,
chunks
:
false
,
assetsSort
:
'size'
,
},
headers
:
{
'Access-Control-Allow-Origin'
:
'*'
...
...
Please
register
or
login
to post a comment