-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
needs reproductionThis issue is missing a minimal runnable reproduction, provided by the authorThis issue is missing a minimal runnable reproduction, provided by the author
Description
Version
3.0.0-beta.15
Reproduction link
Steps to reproduce
Create a new project based on vue-cli@3.0.0-beta.15 and choose to use TypeScript. Add .env to root of project and set VUE_APP_BASE_URI=/api
.
Use process.env.VUE_APP_BASE_URI
in an .ts file.
What is expected?
No error in linting
What is actually happening?
Error: Cannot find namespace 'process'.
basickarl and leegee
Metadata
Metadata
Assignees
Labels
needs reproductionThis issue is missing a minimal runnable reproduction, provided by the authorThis issue is missing a minimal runnable reproduction, provided by the author