File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,18 @@ module.exports = function (environment) {
77 modulePrefix : name ,
88 environment,
99 mountedEngineRoutePrefix : getMountedEngineRoutePrefix ( ) ,
10+
11+ 'ember-leaflet' : {
12+ excludeCSS : true ,
13+ excludeJS : true ,
14+ excludeImages : true ,
15+ } ,
1016 } ;
1117
1218 return ENV ;
1319} ;
1420
15- function getMountedEngineRoutePrefix ( ) {
21+ function getMountedEngineRoutePrefix ( ) {
1622 let mountedEngineRoutePrefix = 'developers' ;
1723 if ( fleetbase && typeof fleetbase . route === 'string' ) {
1824 mountedEngineRoutePrefix = fleetbase . route ;
Original file line number Diff line number Diff line change 4343 "dependencies" : {
4444 "@babel/core" : " ^7.23.2" ,
4545 "@fleetbase/ember-core" : " ^0.2.19" ,
46- "@fleetbase/ember-ui" : " ^0.2.31 " ,
46+ "@fleetbase/ember-ui" : " ^0.2.32 " ,
4747 "@fortawesome/ember-fontawesome" : " ^2.0.0" ,
4848 "@fortawesome/fontawesome-svg-core" : " 6.4.0" ,
4949 "@fortawesome/free-brands-svg-icons" : " 6.4.0" ,
You can’t perform that action at this time.
0 commit comments