mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 210 forks source link

Transpiling ml-matrix to ES-5 #146

Closed rajasd27 closed 5 years ago

rajasd27 commented 5 years ago

Hello, I am trying to transpile ml-matrix to es5 using babel and webpack but it is not getting transpiled. Can someone pl tell me why is it not getting transpiled?

targos commented 5 years ago

Maybe your node_modules directory is ignored by babel?

rajasd27 commented 5 years ago

Nevermind, it worked. I added the @babel/preset-env in presets and it worked. Thanks anyway.