fullpipe / twig-webpack-extension

Inject your webpack entry points into twig templates with easy.
MIT License
51 stars 14 forks source link

[FEATURE] async/defer load of js #14

Closed ggiak closed 4 years ago

ggiak commented 4 years ago

Would it be nice to be able to load js asynchronously instead of rendering blocking ?

fullpipe commented 4 years ago

@ggiak you could try branch add-defer-async from #15. I'll merge it after some tests

ggiak commented 4 years ago

Will give it a try right away.