I\'ve got a project written in ES6 with webpack as my bundler. Most of the transpiling works fine, but when I try to include decorators anywhere, I get this error:
You just need a transform decorators plugin: http://babeljs.io/docs/plugins/transform-decorators/