Jeff Hicken

Results 14 comments of Jeff Hicken

Cool thanks for the update. And all your hard work on this!

The problem occurs when your using a globing pattern instead of a single file. ``` files: [ { pattern: './app/**/__tests__/**/*.js*', watched: true, included: true, served: true } ], preprocessors: {...

@fredantell @anatoliyarkhipov @deepsweet Hey guys sorry. I had this setup in July. I have recently tried it again and I am not able to get the source maps to load...

Just searching the code base. And found there are a couple examples of doing this. That said it would be way more convenient to have this as a top level...

Ditto I also want to note that this would be helpful on https://github.com/deepsweet/isparta-loader.

One thing I will note with the approach to put everything in an index.js and load it there. If you do this all of your files including you untested ones...

Cool thanks @nkbt I'll give it a peak tomorrow.

@segphault are you working on a branch? or a separate project? Can I help? Is there a list of outstanding tasks?

@segphault Thanks thats a very helpful update. On a side note I saw your presentation on basejump. I am super interested in it. But I looks like you have only...

Yeah I think that is an iframe-resizer issue. So I would be happy to remove the wrapper from everything accept the user components. I don't know when i will have...