UNPKG

webpack-env

Version:

read variables from a .env.js file and make them available to webpack as globals

4 lines (3 loc) 43 B
module.exports = { TEST: 'prod value' };