const webpack = require("webpack"); module.exports = { webpack: { plugins: [ new webpack.DefinePlugin({ "process.env.API_URL": JSON.stringify("http://localhost:3001") }) ] } }