Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Last active February 9, 2018 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/0923d45ea68f9b3d3f7ce1114777759d to your computer and use it in GitHub Desktop.
Save filipgorczynski/0923d45ea68f9b3d3f7ce1114777759d to your computer and use it in GitHub Desktop.
Vue.js 2 configuration file
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
API_URL: '"//127.0.0.1:8000/"'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment