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
郭成尧
2018-05-09 11:48:15 +0800
Commit
d3392665e94dd50e4e81deb3cacf83e2751f307f
1 parent
c7323b02
source-map-config
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 @
d339266
...
...
@@ -21,7 +21,7 @@ module.exports = merge(baseConfig, {
output
:
{
publicPath
:
devInfo
.
publicPath
},
devtool
:
'
source-map
'
,
devtool
:
'
eval
'
,
performance
:
{
maxEntrypointSize
:
2048000
,
maxAssetSize
:
2048000
...
...
Please
register
or
login
to post a comment