google/closure-compiler-js

Traceur to Closure usage

mindvox opened this issue · 3 comments

Hi all,
Can someone provide a webpack.config.js sample which uses Traceur and Closure together?
I am trying to bundle an ExpressJS application with webpack and hit issues with "use strict" generated from Traceur.

Out of curiosity, are you getting any functionality from Traceur other than ES6-to-ES5 conversion? If not then Closure's 6-to-5 functionality might work for you.

@MatrixFrog Thanks for getting back to me. I'm a fan of the import statements but haven't had the chance to try any additional features.

Closing due to age and inactivity. This is something we would consider a PR for.