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
Tell browserify to apply babelify transform
Fixes
#874
See
https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed
flowchartTest
Eric Gillingham
9 years ago
parent
d6a2fab16c
commit
3e1856950b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
package.json
+ 3
- 0
package.json
View File
@ -52,5 +52,8 @@
"uglify-js"
:
"^2.4.20"
,
"webpack"
:
"^1.8.5"
,
"yargs"
:
"^3.7.2"
}
,
"browserify"
:
{
"transform"
:
[
"babelify"
]
}
}
Write
Preview
Loading…
Cancel
Save