'use strict' const merge = require('webpack-merge') const prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', BASE_API: '"http://119.254.103.80:14536"' // BASE_API: '"http://192.168.0.225:14536"' // BASE_API: '"http://119.254.103.80:14536"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' })