Skip to content

Commit

Permalink
Disable prototype extensions in app blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Sep 9, 2022
1 parent 8823b42 commit c58854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/app/files/config/environment.js
Expand Up @@ -7,6 +7,7 @@ module.exports = function (environment) {
rootURL: '/',
locationType: 'history',
EmberENV: {
EXTEND_PROTOTYPES: false,
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
Expand Down

0 comments on commit c58854b

Please sign in to comment.