mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Merge pull request #1358 from MattJeanes/patch-1
Remove unneeded bundle config
This commit is contained in:
commit
937e071e5a
1 changed files with 2 additions and 9 deletions
|
@ -14,14 +14,7 @@ if (envs[envVar]) {
|
|||
|
||||
export var config = {
|
||||
envs: envs,
|
||||
env: env,
|
||||
systemJS: {
|
||||
bundle: <boolean>{
|
||||
[envs.local]: false,
|
||||
[envs.next]: true,
|
||||
[envs.live]: true
|
||||
}[env]
|
||||
}
|
||||
env: env
|
||||
}
|
||||
|
||||
export default config;
|
||||
export default config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue