Skip to content

Commit

Permalink
Use this.loaderEnv instead of env.NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
leoj3n committed Oct 27, 2018
1 parent f76251a commit af2c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.stache
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
</div>

{{#switch env.NODE_ENV}}
{{#switch this.loaderEnv}}
{{#case "production"}}
<script src="/dist/steal.production.js"></script>
{{/case}}
Expand Down

0 comments on commit af2c9d9

Please sign in to comment.