Skip to content

Commit

Permalink
Merge pull request #74 from fleetbase/dev-v0.2.33
Browse files Browse the repository at this point in the history
remove ember-leaflet patch and use exclude options
roncodes authored Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0c1ff91 + ceda8bc commit a5573d3
Showing 4 changed files with 11 additions and 104 deletions.
8 changes: 7 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
'use strict';

module.exports = function (/* environment, appConfig */) {
return {};
return {
'ember-leaflet': {
excludeCSS: true,
excludeJS: true,
excludeImages: true,
},
};
};
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/ember-ui",
"version": "0.2.32",
"version": "0.2.33",
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
"keywords": [
"fleetbase-ui",
@@ -188,8 +188,7 @@
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
}
}
}
95 changes: 0 additions & 95 deletions patches/[email protected]

This file was deleted.

7 changes: 2 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5573d3

Please sign in to comment.