grunt-babel Questions
4
I am exploring JavaScript es6 code in angularjs app and used grunt babel to compile the es6 to es5.
My unit test (jasmine) doesn't run with es6 code using phantomjs.
Whats best way to run test? I...
Roccoroch asked 1/10, 2015 at 5:22
1
Solved
I am trying, using grunt and babel, to transpile all js6 files in a folder and end up with a concatenated single file (js5) with a working sourcemap to the original es6 files. However the sourcemap...
Etam asked 14/9, 2015 at 18:2
1
© 2022 - 2024 — McMap. All rights reserved.