Lucas Drummond

Results 5 comments of Lucas Drummond

@pkpowell When you do a dynamic image request through webpack: `require('~/assets/uploads/${w.image.filename()}?size=180&format=webp')` Webpack is unable to resolve the image at build time, so it creates a context which includes every image...

@dazuaz Thanks for your work on this. For my current use case, caching the generated images would be really helpful. I use responsive loader with a static site generator and...

Can't wait for this feature...

Hey all, great library and great extensions here. I'm building a picoapp / webpack project, and am trying to get dynamic modules working. The goal is to have picoapp import...

Not sure if this is the ideal approach, but I ended up generalizing @estrattonbailey 's async component import. ```javascript import ModuleFirst from './ModuleFirst' const asyncComponentFactory = (handle) => { return...