Webpack
Open config/dev.env.js and in the merge function below NODE_ENV (…), add the following global var for the development environment:
MY_VAR: JSON.stringify('dev_value')
Continue reading “Use global vars with webpack and Vue.js” »
Open config/dev.env.js and in the merge function below NODE_ENV (…), add the following global var for the development environment:
MY_VAR: JSON.stringify('dev_value')
Continue reading “Use global vars with webpack and Vue.js” »