node-dev
node-dev copied to clipboard
How does node-dev transpile ES6 or JSX file?
Great tool. I noticed after adding
- webpack
- babel
to my project and runing node-dev in some cases it "transpile" es6 file and sometimes not. I could not figure it out how it works and based on what configurations it acts.
Any idea?