Skip to content

Commit

Permalink
string 'import.meta.env' in vue template breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Sep 25, 2021
1 parent 23ad721 commit d2e147c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const APP_VERSION = import.meta.env.VITE_APP_VERSION
<template>
<img alt="Vue logo" src="./assets/logo.png" />
<HelloWorld msg="Hello Vue 3 + TypeScript + Vite" />

<p>import.meta.env</p>
</template>

<style>
Expand Down

0 comments on commit d2e147c

Please sign in to comment.