Skip to content

Commit 778ff0d

Browse files
chore(app): resolve prod build issues (#1831)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 819f8c4 commit 778ff0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"defaultConfiguration": "",
5656
"options": {
57-
"allowedCommonJsDependencies": ["localforage"],
57+
"allowedCommonJsDependencies": ["localforage", "leaflet"],
5858
"assets": [
5959
{
6060
"glob": "**/*",

src/app/pages/schedule/schedule.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "sass:map";
2-
@import '../../../theme/variables';
2+
@use '../../../theme/variables' as *;
33

44
ion-fab-button {
55
--background: var(--ion-color-step-150, #ffffff);

src/app/pages/session-detail/session-detail.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../../theme/variables';
1+
@use '../../../theme/variables' as *;
22

33
@each $track in $tracks {
44
.session-track-#{$track} {

0 commit comments

Comments
 (0)