Closed ezmiller closed 9 years ago
You have to use the current version (master) for this to work. There is no updated npm package available yet ...
@davidreher the way I ended up fixing this was by adding a second set of brackets so that transform is an array of transforms. I had this wrong in the code above: see the answer on stackoverflow.
I have a browserify task that is configured like so:
I tried configuring it to use es6 this way:
This causes an error though:
I can't understand from the docs how to do this given that I don't want to configure the transform in my package.json. Any help would be appreciated.