We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984977a commit 806219bCopy full SHA for 806219b
1 file changed
test-apps/new-addon/tests/dummy/config/environment.js
@@ -5,16 +5,13 @@ module.exports = function(environment) {
5
modulePrefix: 'dummy',
6
environment,
7
rootURL: '/',
8
- locationType: 'auto',
+ locationType: 'history',
9
EmberENV: {
10
+ EXTEND_PROTOTYPES: false,
11
FEATURES: {
12
// Here you can enable experimental features on an ember canary build
- // e.g. 'with-controller': true
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