Answer the question
In order to leave comments, you need to log in
Global variables without vue cli?
Global variables without vue cli?
Now if I try to get the process in the component, the env object is empty.
'use strict';
const merge = require('webpack-merge');
const prodEnv = require('./prod.env');
module.exports = merge(prodEnv, {
TEST: '"development"',
APP_NAME: '/aptttti',
STORAGE_KEY: '/aptttti',
REFRESH_TOKEN_URL: '/aptttti',
API_BASE_URL: '/aptttti',
DEBUG: true,
NODE_ENV: 'development',
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question