-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Hello,
I tried karma-bro and it occurs that if I use
preprocessors: {
'src/index.js': ['other-preprocessor', 'browserify']
}
the file returned by browserify preprocessor is not the one processed by other-preprocessor but the original file src/index.js
browserified.
Have you ever had this use case? (in my case, 'other-preprocessor' is a es6-transpiler).
Cheers,