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 10:35:34 +0800
Commit
551b85f6c22c89af50ee81d77fcc9144898d11b1
1 parent
d2226395
eval sourcemap
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 @
551b85f
...
...
@@ -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