iamdanfox / ghupdate

Update GitHub pages with wysiwyg and no git commands
https://iamdanfox.github.io/ghupdate
5 stars 1 forks source link

Async load bundles #11

Closed iamdanfox closed 9 years ago

iamdanfox commented 9 years ago

https://github.com/petehunt/webpack-howto#9-async-loading

require.ensure([], function(){
  var something = require('something');
  // use something
});
iamdanfox commented 9 years ago

At least the files are smaller now...