Skip to content

Commit 806219b

Browse files
Update environment.js
1 parent 984977a commit 806219b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

test-apps/new-addon/tests/dummy/config/environment.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ module.exports = function(environment) {
55
modulePrefix: 'dummy',
66
environment,
77
rootURL: '/',
8-
locationType: 'auto',
8+
locationType: 'history',
99
EmberENV: {
10+
EXTEND_PROTOTYPES: false,
1011
FEATURES: {
1112
// Here you can enable experimental features on an ember canary build
12-
// e.g. 'with-controller': true
13+
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
1314
},
14-
EXTEND_PROTOTYPES: {
15-
// Prevent Ember Data from overriding Date.parse.
16-
Date: false
17-
}
1815
},
1916

2017
APP: {

0 commit comments

Comments
 (0)