We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f458428 commit cc96da7Copy full SHA for cc96da7
1 file changed
test-app/config/environment.js
@@ -7,14 +7,11 @@ module.exports = function (environment) {
7
rootURL: '/',
8
locationType: 'auto',
9
EmberENV: {
10
+ EXTEND_PROTOTYPES: false,
11
FEATURES: {
12
// Here you can enable experimental features on an ember canary build
13
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
14
},
- EXTEND_PROTOTYPES: {
15
- // Prevent Ember Data from overriding Date.parse.
16
- Date: false,
17
- },
18
19
20
APP: {
0 commit comments