At top of webpack config file, require dotenv as follows(set your .env path currectly) var dotenv = require('dotenv').config({path: __dirname + '/.env'});.
確定! 回上一頁