This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Merge pull request
#2246
from almende/sourceMaps
generate details source maps of webpack modules
codeClimate
yotamberk
8 years ago
committed by
GitHub
parent
ff55379c32
6c637c4ec1
commit
2770bf3685
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
gulpfile.js
+ 5
- 1
gulpfile.js
View File
@ -72,7 +72,11 @@ var webpackConfig = {
}
,
module
:
webpackModule
,
plugins
:
[
bannerPlugin
]
,
cache
:
true
cache
:
true
,
// generate details sourcempas of webpack modules
devtool
:
'source-map'
//debug: true,
//bail: true
}
;
Write
Preview
Loading…
Cancel
Save