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
generate details source maps of webpack modules
codeClimate
Alexander Wunschik
8 years ago
parent
dd324da2a2
commit
6c637c4ec1
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