mirror of
https://github.com/discourse/discourse.git
synced 2025-02-02 15:02:01 +08:00
DEV: Remove more ember options (#30852)
This commit is contained in:
parent
2cd5e4d54d
commit
f4857d3b1c
|
@ -19,7 +19,6 @@ module.exports = function (environment) {
|
||||||
Date: false,
|
Date: false,
|
||||||
String: false,
|
String: false,
|
||||||
},
|
},
|
||||||
_DEFAULT_ASYNC_OBSERVERS: true,
|
|
||||||
LOG_STACKTRACE_ON_DEPRECATION: false,
|
LOG_STACKTRACE_ON_DEPRECATION: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,4 @@ module.exports = {
|
||||||
"default-async-observers": true,
|
"default-async-observers": true,
|
||||||
"jquery-integration": false,
|
"jquery-integration": false,
|
||||||
"template-only-glimmer-components": true,
|
"template-only-glimmer-components": true,
|
||||||
"no-implicit-route-model": true,
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,7 +30,6 @@ module ApplicationHelper
|
||||||
Date: false,
|
Date: false,
|
||||||
String: false,
|
String: false,
|
||||||
},
|
},
|
||||||
_DEFAULT_ASYNC_OBSERVERS: true,
|
|
||||||
},
|
},
|
||||||
APP: {
|
APP: {
|
||||||
name: "discourse",
|
name: "discourse",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user