mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Separated webpack entries from chunks so the big chunks can be cached easily.
This commit is contained in:
parent
080d7d9e39
commit
0add3eaddc
6 changed files with 61 additions and 35 deletions
5
res/auth-mock/scripts/entry.js
Normal file
5
res/auth-mock/scripts/entry.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
require.ensure([], function (require) {
|
||||
require('angular')
|
||||
require('angular-route')
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue