Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
zhangwenxue
2019-08-08 14:41:36 +0800
Commit
c9875ca1c5499a21c8eac1b3f2ae028a5eda46ca
1 parent
4021c456
chore(webpack): disable style sourcemap on PROD
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/webpack.prod.conf.js
build/webpack.prod.conf.js
View file @
c9875ca
...
...
@@ -28,7 +28,7 @@ let assets = _.map(bundleConfig.vendor, (asset, name) => {
let
webpackConfig
=
merge
(
baseConfig
,
{
module
:
{
rules
:
utils
.
styleLoaders
({
sourceMap
:
config
.
build
.
productionSourceMap
,
sourceMap
:
false
,
extract
:
true
})
},
...
...
Please
register
or
login
to post a comment