Skip to content

Commit

Permalink
chore: always load sprites in prod too
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Oct 27, 2022
1 parent 7ca9309 commit 7f64ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
useDevTools: false,
alwaysLoadSprites: false,
alwaysLoadSprites: true,
};

0 comments on commit 7f64ce0

Please sign in to comment.