mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Separated webpack entries from chunks so the big chunks can be cached easily.
This commit is contained in:
5
res/auth-ldap/scripts/entry.js
Normal file
5
res/auth-ldap/scripts/entry.js
Normal file
@@ -0,0 +1,5 @@
|
||||
require.ensure([], function (require) {
|
||||
require('angular')
|
||||
require('angular-route')
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user