From 948a2ba50127d060b44862a8b0920eb02c6ec3d7 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Thu, 10 Oct 2024 00:41:28 +0800 Subject: [PATCH] fix env --- config/environment.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/environment.js b/config/environment.js index 0dc6530..12a93bb 100644 --- a/config/environment.js +++ b/config/environment.js @@ -6,12 +6,6 @@ module.exports = function (environment) { modulePrefix: name, environment, mountedEngineRoutePrefix: getMountedEngineRoutePrefix(), - - 'ember-leaflet': { - excludeCSS: true, - excludeJS: true, - excludeImages: true, - }, }; return ENV;