computmaxer / karma-jspm

Other
74 stars 50 forks source link

Use traceur instead of the es6-module-loader #18

Closed douglasduteil closed 9 years ago

douglasduteil commented 10 years ago

Hi

I would like to use traceur (with some custom options) instead of the es6-module-loader. Will it be better to use the karma-runner/karma-traceur-preprocessor or to add more options in the karma-jspm to use the jspm installed traceur runtime ?

computmaxer commented 9 years ago

The es6-module-loader is necessary for SystemJS to work properly, so this won't be possible for karma-jspm.

douglasduteil commented 9 years ago

K I find out that pre-compiling the sources with my options using the karma-traceur-preprocessor works pretty well. Thanks.