Separated webpack entries from chunks so the big chunks can be cached easily.

This commit is contained in:
Gunther Brunner
2014-07-02 20:08:21 +09:00
parent 080d7d9e39
commit 0add3eaddc
6 changed files with 61 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
require.ensure([], function (require) {
require('angular')
require('angular-route')
})