Closed rajasd27 closed 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?
Maybe your node_modules directory is ignored by babel?
node_modules
Nevermind, it worked. I added the @babel/preset-env in presets and it worked. Thanks anyway.
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?