config const Dotenv = require('dotenv-webpack') module.exports = { // other settings... plugins: [ new Dotenv(), ] };. Loading the environment variables: // ...
確定! 回上一頁