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
Plain Diff
Browse Files
Authored by
郝肖肖
2018-01-12 17:40:42 +0800
Commit
c21648947444a7d757c7efb74db001f82817e380
2 parents
2efc21c4
edf3a573
Merge branch 'feature/backDown' into 'gray'
'webpack-log' See merge request
!1225
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/build/dev-server.js
public/build/dev-server.js
View file @
c216489
...
...
@@ -10,7 +10,8 @@ const compiler = webpack(webpackConfig);
const
devMiddleware
=
webpackDevMiddleware
(
compiler
,
{
publicPath
:
webpackConfig
.
output
.
publicPath
,
quiet
:
true
,
logLevel
:
'silent'
,
stats
:
'none'
,
headers
:
{
'Access-Control-Allow-Origin'
:
'*'
}
...
...
Please
register
or
login
to post a comment