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
do not generate source-maps in distribution version
Alexander Wunschik
8 years ago
parent
f0184c2f5d
commit
a072e90776
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gulpfile.js
+ 1
- 1
gulpfile.js
View File
@ -74,7 +74,7 @@ var webpackConfig = {
cache
:
true
,
// generate details sourcempas of webpack modules
devtool
:
'source-map'
//devtool: 'source-map'
//debug: true,
//bail: true
Write
Preview
Loading…
Cancel
Save